summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2015-06-18 15:05:56 -0700
committerHyunyoung Song <hyunyoungs@google.com>2015-06-18 15:05:56 -0700
commit60331a9be74a14051e6e192db69307ce652da2ae (patch)
treeb01dcd9b94aaaebc1bab183881f7205fcd12c08b /res/layout
parentd730f9d74f87b90616e0f0a9c7b6a4c78976f41a (diff)
downloadandroid_packages_apps_Trebuchet-60331a9be74a14051e6e192db69307ce652da2ae.tar.gz
android_packages_apps_Trebuchet-60331a9be74a14051e6e192db69307ce652da2ae.tar.bz2
android_packages_apps_Trebuchet-60331a9be74a14051e6e192db69307ce652da2ae.zip
Revert resource name to what platform ui automator test defines.
b/21923650 Change-Id: I26a9405ac0567f856a43d83886df4ece938c11a7
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/all_apps_container.xml3
-rw-r--r--res/layout/widgets_view.xml1
2 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/all_apps_container.xml b/res/layout/all_apps_container.xml
index 5801a0e8e..1de82019c 100644
--- a/res/layout/all_apps_container.xml
+++ b/res/layout/all_apps_container.xml
@@ -24,8 +24,9 @@
android:focusable="true"
android:focusableInTouchMode="true">
+ <!-- DO NOT CHANGE THE ID -->
<com.android.launcher3.allapps.AllAppsRecyclerView
- android:id="@+id/collection"
+ android:id="@+id/apps_list_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal|top"
diff --git a/res/layout/widgets_view.xml b/res/layout/widgets_view.xml
index c27e79bbd..161c2686d 100644
--- a/res/layout/widgets_view.xml
+++ b/res/layout/widgets_view.xml
@@ -37,6 +37,7 @@
android:elevation="2dp"
android:visibility="invisible" />
+ <!-- DO NOT CHANGE THE ID -->
<com.android.launcher3.widget.WidgetsRecyclerView
android:id="@+id/widgets_list_view"
android:layout_width="match_parent"