Attempt to force the UI to focus on game list for navigation

This commit is contained in:
TwistedUmbrella 2014-01-27 02:51:13 -05:00
parent 293f5d2917
commit 34b7bcf68f
2 changed files with 25 additions and 22 deletions

View File

@ -11,22 +11,22 @@
android:layout_marginBottom="2dp"
android:background="#7f7f7f" />
<ScrollView
android:id="@+id/game_scroller"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="6dp"
android:layout_weight="1"
android:fillViewport="true" >
<LinearLayout
android:id="@+id/game_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
</LinearLayout>
<ScrollView
android:id="@+id/game_scroller"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="6dp"
android:layout_weight="1"
android:fillViewport="true" >
<LinearLayout
android:id="@+id/game_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<requestFocus />
</LinearLayout>
</ScrollView>
</LinearLayout>
</LinearLayout>

View File

@ -27,7 +27,7 @@
android:text="@string/app_name"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textSize="32dp" />
<ImageView
android:id="@+id/config"
android:layout_width="48dp"
@ -49,7 +49,7 @@
android:layout_marginTop="2dp"
android:scaleType="fitCenter"
android:src="@drawable/open_folder" />
<ImageView
android:id="@+id/input"
android:layout_width="48dp"
@ -70,7 +70,7 @@
android:layout_marginTop="2dp"
android:scaleType="fitCenter"
android:src="@drawable/question" />
<ImageView
android:id="@+id/rate"
android:layout_width="48dp"
@ -85,6 +85,9 @@
<FrameLayout
android:id="@+id/fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent" >
</LinearLayout>
<requestFocus />
</FrameLayout>
</LinearLayout>