summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-07-04 09:06:53 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-07-04 09:06:53 +0000
commitefbfcb838d5ff45d086736041ab82f1ab4ea6c63 (patch)
tree7d0e2f08902afa5c00b1a8781958bca853fe7805 /res/values/styles.xml
parentf593fb916e1da8f218b265ba4a752b31cf3b2fb6 (diff)
parentc7b8df83297b1e765ee25871c4c796ee6a8440df (diff)
downloadandroid_packages_apps_Trebuchet-efbfcb838d5ff45d086736041ab82f1ab4ea6c63.tar.gz
android_packages_apps_Trebuchet-efbfcb838d5ff45d086736041ab82f1ab4ea6c63.tar.bz2
android_packages_apps_Trebuchet-efbfcb838d5ff45d086736041ab82f1ab4ea6c63.zip
Merge "Sanitizing various search container ids and layout names" into ub-launcher3-dorval-polish
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 813fe8f29..5bdf5125a 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -25,7 +25,7 @@
<item name="android:windowShowWallpaper">true</item>
<item name="android:windowNoTitle">true</item>
<item name="android:colorEdgeEffect">#FF757575</item>
- <item name="android:keyboardLayout">@layout/all_apps_search_container</item>
+ <item name="android:keyboardLayout">@layout/search_container_all_apps</item>
</style>
<style name="BaseLauncherThemeWithCustomAttrs" parent="@style/BaseLauncherTheme">