summaryrefslogtreecommitdiffstats
path: root/res/layout
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
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')
-rw-r--r--res/layout/all_apps.xml4
-rw-r--r--res/layout/search_container_all_apps.xml (renamed from res/layout/all_apps_search_container.xml)2
-rw-r--r--res/layout/search_container_workspace.xml (renamed from res/layout/qsb_container.xml)2
3 files changed, 4 insertions, 4 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" />
diff --git a/res/layout/all_apps_search_container.xml b/res/layout/search_container_all_apps.xml
index 2528034eb..c4305214d 100644
--- a/res/layout/all_apps_search_container.xml
+++ b/res/layout/search_container_all_apps.xml
@@ -15,7 +15,7 @@
-->
<com.android.launcher3.allapps.search.AppsSearchContainerLayout
xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/search_container"
+ android:id="@id/search_container_all_apps"
android:layout_width="match_parent"
android:layout_height="@dimen/all_apps_search_bar_height"
android:layout_gravity="center|top"
diff --git a/res/layout/qsb_container.xml b/res/layout/search_container_workspace.xml
index 6fa843d63..1c617b174 100644
--- a/res/layout/qsb_container.xml
+++ b/res/layout/search_container_workspace.xml
@@ -19,7 +19,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="0dp"
- android:id="@+id/qsb_container"
+ android:id="@id/search_container_workspace"
android:padding="0dp" >
<fragment