summaryrefslogtreecommitdiffstats
path: root/res/layout/search_container_all_apps.xml
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-09-28 19:52:56 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-09-28 19:52:56 +0000
commit510fdfbcea6bc6bf76e29a67fef106b78e8b0d89 (patch)
treeb3650934a8fe8be1af5544a039b631b04214c41f /res/layout/search_container_all_apps.xml
parentd772c0aece9a1d4239ec81c59007a41c0a5b5bb8 (diff)
parentb808e1102f7f081da5af38fb8e065f9a0320e1bf (diff)
downloadandroid_packages_apps_Trebuchet-510fdfbcea6bc6bf76e29a67fef106b78e8b0d89.tar.gz
android_packages_apps_Trebuchet-510fdfbcea6bc6bf76e29a67fef106b78e8b0d89.tar.bz2
android_packages_apps_Trebuchet-510fdfbcea6bc6bf76e29a67fef106b78e8b0d89.zip
Merge "Disabling state saving for search textbox as search results are not preserved across activity recreate" into ub-launcher3-dorval-polish2
Diffstat (limited to 'res/layout/search_container_all_apps.xml')
-rw-r--r--res/layout/search_container_all_apps.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/search_container_all_apps.xml b/res/layout/search_container_all_apps.xml
index c4305214d..fc07002cb 100644
--- a/res/layout/search_container_all_apps.xml
+++ b/res/layout/search_container_all_apps.xml
@@ -19,11 +19,11 @@
android:layout_width="match_parent"
android:layout_height="@dimen/all_apps_search_bar_height"
android:layout_gravity="center|top"
+ android:layout_marginBottom="-8dp"
android:gravity="center|bottom"
- android:saveEnabled="false"
android:paddingLeft="@dimen/dynamic_grid_edge_margin"
android:paddingRight="@dimen/dynamic_grid_edge_margin"
- android:layout_marginBottom="-8dp" >
+ android:saveEnabled="false" >
<!--
Note: The following relation should always be true so that the shadows are aligned properly
@@ -45,6 +45,7 @@
android:imeOptions="actionSearch|flagNoExtractUi"
android:inputType="text|textNoSuggestions|textCapWords"
android:maxLines="1"
+ android:saveEnabled="false"
android:scrollHorizontally="true"
android:singleLine="true"
android:textColor="?android:attr/textColorSecondary"