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:
Eric House 2012-07-03 06:29:59 -07:00
parent be9ed5b963
commit eba1d91157

View file

@ -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"