From 3641799c4e279b3141a5f093799a4dba90d558c9 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 31 Jul 2012 07:45:58 -0700 Subject: [PATCH] wrap sms confirm view in scroller as it's wordy enough to need it in landscape mode. --- .../XWords4/res/layout/confirm_sms.xml | 44 +++++++++++-------- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/xwords4/android/XWords4/res/layout/confirm_sms.xml b/xwords4/android/XWords4/res/layout/confirm_sms.xml index 8543f522b..0140c9ea6 100644 --- a/xwords4/android/XWords4/res/layout/confirm_sms.xml +++ b/xwords4/android/XWords4/res/layout/confirm_sms.xml @@ -1,23 +1,29 @@ - - - + android:layout_height="fill_parent" + android:orientation="vertical" + > + - - + + + + + \ No newline at end of file