Remove elevation from the full widgets picker container

Test: Open the full widgets picker and observe no shadow added to the
      rounded corners.
Bug: 189808029
Change-Id: I539f6ebc0310cd4a037cd5eab6db4ee22b579195
This commit is contained in:
Steven Ng
2021-06-01 23:21:03 +01:00
parent 755723403b
commit 6ed382efee
+1 -2
View File
@@ -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"