dolphin/Source/Android/res/layout/gamelist_listview.xml

8 lines
363 B
XML
Raw Normal View History

<ListView xmlns:android="http://schemas.android.com/apk/res/android"
2014-05-15 22:06:23 +00:00
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/gamelist"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:choiceMode="singleChoice"
2014-05-15 22:06:23 +00:00
android:dividerHeight="1dp"
tools:listitem="@layout/gamelist_list_item"/>