summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-04-12 18:31:09 -0700
committerTony Wickham <twickham@google.com>2017-04-17 11:44:41 -0700
commit343a77e609382bcb9b1d69ea235a9e6d779b719e (patch)
tree774becd5e7cbd6a8057ffcdc333ac2476bc49695 /res
parent251dabfd765cd4422ff3fd2d6a7f70834413831c (diff)
downloadandroid_packages_apps_Trebuchet-343a77e609382bcb9b1d69ea235a9e6d779b719e.tar.gz
android_packages_apps_Trebuchet-343a77e609382bcb9b1d69ea235a9e6d779b719e.tar.bz2
android_packages_apps_Trebuchet-343a77e609382bcb9b1d69ea235a9e6d779b719e.zip
Rename WidgetsAndMore to WidgetsBottomSheet
(It only contains widgets now.) Bug: 35766387 Change-Id: I5864791a9741d1c56ac6df30125fe7a4a677b4bd
Diffstat (limited to 'res')
-rw-r--r--res/layout/widgets_bottom_sheet.xml (renamed from res/layout/widgets_and_more.xml)4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/widgets_and_more.xml b/res/layout/widgets_bottom_sheet.xml
index 6764aa7cb..826235bfb 100644
--- a/res/layout/widgets_and_more.xml
+++ b/res/layout/widgets_bottom_sheet.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<com.android.launcher3.widget.WidgetsAndMore
+<com.android.launcher3.widget.WidgetsBottomSheet
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
@@ -51,4 +51,4 @@
android:layout_marginTop="45dp"
android:layout_marginBottom="40dp"/>
-</com.android.launcher3.widget.WidgetsAndMore> \ No newline at end of file
+</com.android.launcher3.widget.WidgetsBottomSheet> \ No newline at end of file