From 34b7bcf68fb1f779418d3817adafcf4ba33c106e Mon Sep 17 00:00:00 2001 From: TwistedUmbrella Date: Mon, 27 Jan 2014 02:51:13 -0500 Subject: [PATCH] Attempt to force the UI to focus on game list for navigation --- shell/android/res/layout/activity_main.xml | 34 +++++++++---------- .../res/layout/mainuilayout_fragment.xml | 13 ++++--- 2 files changed, 25 insertions(+), 22 deletions(-) diff --git a/shell/android/res/layout/activity_main.xml b/shell/android/res/layout/activity_main.xml index 7e33403ef..7c6cc6f58 100644 --- a/shell/android/res/layout/activity_main.xml +++ b/shell/android/res/layout/activity_main.xml @@ -11,22 +11,22 @@ android:layout_marginBottom="2dp" android:background="#7f7f7f" /> - - - - - - + + + + + + - + \ No newline at end of file diff --git a/shell/android/res/layout/mainuilayout_fragment.xml b/shell/android/res/layout/mainuilayout_fragment.xml index 1262cb855..0c479d92a 100644 --- a/shell/android/res/layout/mainuilayout_fragment.xml +++ b/shell/android/res/layout/mainuilayout_fragment.xml @@ -27,7 +27,7 @@ android:text="@string/app_name" android:textAppearance="?android:attr/textAppearanceLarge" android:textSize="32dp" /> - + - + - + + android:layout_height="match_parent" > - + + + + \ No newline at end of file