commit | 750ab229192f5dc769d35a3c9124dd955bc24bd5 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Wed Jun 02 14:18:20 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 02 14:18:20 2021 +0000 |
tree | 6243dc9bbe88cd5f0d824646157536a49e1b8967 | |
parent | 262a3542f8e48a575b02ec75d5727a800f9d2c2b [diff] | |
parent | 23cf59bfd50dbc003e4b7b207ddc519f098172df [diff] |
Merge "Remove elevation from the full widgets picker container" into sc-dev am: 23cf59bfd5 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14793490 Change-Id: I3057d7aaca011c809cf02fcb88647b18ca994fe4
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"