summaryrefslogtreecommitdiffstats
path: root/res/layout/all_apps.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-06-27 11:11:03 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-06-27 11:11:32 -0700
commitc7b8df83297b1e765ee25871c4c796ee6a8440df (patch)
treee45f882924336d834807d86b8420a55b44a75bd8 /res/layout/all_apps.xml
parent89b5b918f006fffa83203a981055a754a8210128 (diff)
downloadandroid_packages_apps_Trebuchet-c7b8df83297b1e765ee25871c4c796ee6a8440df.tar.gz
android_packages_apps_Trebuchet-c7b8df83297b1e765ee25871c4c796ee6a8440df.tar.bz2
android_packages_apps_Trebuchet-c7b8df83297b1e765ee25871c4c796ee6a8440df.zip
Sanitizing various search container ids and layout names
Bug: 63014381 Change-Id: Ia75a8a048c7a85c6324f8861abd2bcf1721032fa
Diffstat (limited to 'res/layout/all_apps.xml')
-rw-r--r--res/layout/all_apps.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/all_apps.xml b/res/layout/all_apps.xml
index 93662fc08..6340619ab 100644
--- a/res/layout/all_apps.xml
+++ b/res/layout/all_apps.xml
@@ -49,7 +49,7 @@
<!-- DO NOT CHANGE THE ID -->
<com.android.launcher3.allapps.AllAppsRecyclerView
android:id="@+id/apps_list_view"
- android:layout_below="@+id/search_container"
+ android:layout_below="@id/search_container_all_apps"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal|top"
@@ -62,7 +62,7 @@
platform bug, which prevents using custom attributes in <include> tag -->
<include
layout="?android:attr/keyboardLayout"
- android:id="@+id/search_container" />
+ android:id="@id/search_container_all_apps" />
<include layout="@layout/all_apps_fast_scroller" />