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

@ -25,8 +25,8 @@
android:layout_height="match_parent"
android:orientation="vertical" >
<requestFocus />
</LinearLayout>
</ScrollView>
</LinearLayout>

View File

@ -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" >
<requestFocus />
</FrameLayout>
</LinearLayout>