mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-19 22:26:57 +01:00
fix game_config view contents sticking to bottom of tall screen when lock
checkbox hidden, e.g. on Kindle Fire.
This commit is contained in:
parent
be9ed5b963
commit
eba1d91157
1 changed files with 3 additions and 2 deletions
|
@ -40,13 +40,14 @@
|
|||
android:orientation="vertical"
|
||||
android:layout_below="@id/game_locked_check"
|
||||
android:layout_above="@id/play_button"
|
||||
android:layout_alignWithParentIfMissing="true"
|
||||
>
|
||||
|
||||
<!-- only one direct child possible -->
|
||||
<LinearLayout android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
android:orientation="vertical"
|
||||
>
|
||||
|
||||
<TextView style="@style/config_separator"
|
||||
android:text="@string/lang_label"
|
||||
|
|
Loading…
Reference in a new issue