android_id/app/src/main/res/layout/activity_main.xml

18 lines
585 B
XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:orientation="horizontal"
android:keepScreenOn="true"
android:noHistory="true"
android:screenOrientation="landscape">
<ListView
android:id="@+id/gameList"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textColor="@color/white" />
</RelativeLayout>