Minor Fixes for RadioInfo Test Menu

-Fix a race condition in re-creating activity
-Ensure cell info is disabled when Menu is paused
-Fix issue with focus on creating view

Change-Id: Icfb7667fe6e47ab6dc950918447bbe892e0681ad
This commit is contained in:
Nathan Harold
2016-04-13 00:29:30 -07:00
parent 2b77d7460c
commit ed38afafd8
2 changed files with 15 additions and 8 deletions

View File

@@ -19,9 +19,11 @@
-->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="match_parent">
<LinearLayout style="@style/info_layout">
<LinearLayout style="@style/info_layout"
android:descendantFocusability="beforeDescendants"
android:focusableInTouchMode="true">
<!-- IMEI -->
<LinearLayout style="@style/entry_layout">