2013-06-22 12:45:05 +00:00
|
|
|
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/gamelist"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:choiceMode="singleChoice"
|
2013-08-29 16:06:31 +00:00
|
|
|
android:dividerHeight="1dp"/>
|