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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user