commit | 0e93c27e6e5274e2919a0ce1b0294ecc30d49f98 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Wed Jun 02 14:52:47 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 02 14:52:47 2021 +0000 |
tree | 5d4dc99993d6ca0eef1bb7a82e0460c174a2a43d | |
parent | ccf125c31b4ba89c0e50542ab51ed036d9391e8b [diff] | |
parent | e224b0f2c052c911a337bc673c242d293c717b85 [diff] |
Merge "Remove elevation from the full widgets picker container" into sc-dev am: 23cf59bfd5 am: 3b93973074 am: e224b0f2c0 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14793490 Change-Id: I2badba0cf395a4634112b9f573a38afd933bc7ba
diff --git a/res/layout/widgets_full_sheet.xml b/res/layout/widgets_full_sheet.xml index a01aa2c..dca3e79 100644 --- a/res/layout/widgets_full_sheet.xml +++ b/res/layout/widgets_full_sheet.xml
@@ -25,8 +25,7 @@ android:id="@+id/container" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?android:attr/colorBackground" - android:elevation="4dp"> + android:background="?android:attr/colorBackground"> <TextView android:id="@+id/no_widgets_text"