mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +01:00
indent game list items to make them easier to tell from group items
This commit is contained in:
parent
a594a77673
commit
3ce379588b
2 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue