From eba1d91157003aa953b955aea0f9d6aaef227f5b Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 3 Jul 2012 06:29:59 -0700 Subject: [PATCH] fix game_config view contents sticking to bottom of tall screen when lock checkbox hidden, e.g. on Kindle Fire. --- xwords4/android/XWords4/res/layout/game_config.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xwords4/android/XWords4/res/layout/game_config.xml b/xwords4/android/XWords4/res/layout/game_config.xml index 97da13ee7..748a875bf 100644 --- a/xwords4/android/XWords4/res/layout/game_config.xml +++ b/xwords4/android/XWords4/res/layout/game_config.xml @@ -40,13 +40,14 @@ android:orientation="vertical" android:layout_below="@id/game_locked_check" android:layout_above="@id/play_button" + android:layout_alignWithParentIfMissing="true" > - + android:orientation="vertical" + >