mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
move side padding around
This commit is contained in:
parent
04a7f9c999
commit
90adcde164
1 changed files with 7 additions and 3 deletions
|
@ -4,9 +4,7 @@
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:paddingLeft="4dp"
|
>
|
||||||
android:paddingRight="4dp">
|
|
||||||
|
|
||||||
<LinearLayout android:id="@+id/empty_games_list"
|
<LinearLayout android:id="@+id/empty_games_list"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
|
@ -18,12 +16,16 @@
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:background="#FF202020"
|
android:background="#FF202020"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
|
android:paddingLeft="8dp"
|
||||||
|
android:paddingRight="8dp"
|
||||||
/>
|
/>
|
||||||
<TextView android:layout_height="wrap_content"
|
<TextView android:layout_height="wrap_content"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:text="@string/empty_games_list2"
|
android:text="@string/empty_games_list2"
|
||||||
android:background="#FF202020"
|
android:background="#FF202020"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
|
android:paddingLeft="8dp"
|
||||||
|
android:paddingRight="8dp"
|
||||||
/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
@ -45,6 +47,8 @@
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingLeft="8dp"
|
||||||
|
android:paddingRight="8dp"
|
||||||
>
|
>
|
||||||
<Button android:id="@+id/new_game"
|
<Button android:id="@+id/new_game"
|
||||||
android:text="@string/button_new_game"
|
android:text="@string/button_new_game"
|
||||||
|
|
Loading…
Add table
Reference in a new issue