1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 21:02:54 +08:00
osu-lazer/osu.Android/Resources/layout/activity_main.axml
2018-12-13 00:10:15 -06:00

13 lines
506 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<osu.Android.GameView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:minWidth="25px"
android:minHeight="25px"
android:id="@+id/gameView1" />
</RelativeLayout>