summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-02-11 22:58:20 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-11 22:58:20 +0000
commitcb1edd20e1072ff00992c09ca99ab412e1252761 (patch)
tree87c4c7fa03415ef5921b166dacce78c3ba8abe41 /res
parent8390eb1197512f8047d059371ec72f3e7315fee3 (diff)
parentbb702584fa551fab8cffbb0ae5459d9efd16ce2a (diff)
downloadandroid_packages_apps_Trebuchet-cb1edd20e1072ff00992c09ca99ab412e1252761.tar.gz
android_packages_apps_Trebuchet-cb1edd20e1072ff00992c09ca99ab412e1252761.tar.bz2
android_packages_apps_Trebuchet-cb1edd20e1072ff00992c09ca99ab412e1252761.zip
Fixing crash during rotation
am: bb702584fa * commit 'bb702584fa551fab8cffbb0ae5459d9efd16ce2a': Fixing crash during rotation
Diffstat (limited to 'res')
-rw-r--r--res/layout/all_apps.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/all_apps.xml b/res/layout/all_apps.xml
index c31c871e5..faa88f7cf 100644
--- a/res/layout/all_apps.xml
+++ b/res/layout/all_apps.xml
@@ -39,6 +39,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/main_content"
+ android:saveEnabled="false"
android:visibility="gone"
android:layout_gravity="center"
android:focusable="true"
@@ -60,6 +61,7 @@
<LinearLayout
android:id="@+id/search_container"
android:layout_width="match_parent"
+ android:saveEnabled="false"
android:layout_height="@dimen/all_apps_search_bar_height"
android:layout_gravity="start|top"
android:orientation="horizontal"