indent game list items to make them easier to tell from group items

This commit is contained in:
Eric House 2012-12-22 22:54:10 -08:00
parent a594a77673
commit 3ce379588b
2 changed files with 3 additions and 2 deletions

View file

@ -4,8 +4,8 @@
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:paddingLeft="8dp"
android:paddingRight="8dp">
android:paddingLeft="4dp"
android:paddingRight="4dp">
<LinearLayout android:id="@+id/empty_games_list"
android:orientation="vertical"

View file

@ -12,6 +12,7 @@
android:focusable="true"
android:clickable="true"
android:background="@android:drawable/list_selector_background"
android:paddingLeft="12dp"
>
<TextView android:id="@+id/view_unloaded"