2013-06-22 12:45:05 +00:00
|
|
|
<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"
|
2013-06-22 12:45:05 +00:00
|
|
|
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_folderbrowser_list_item"/>
|