From 6ed382efee0ed2571aa239dd03cbbf268aa0141f Mon Sep 17 00:00:00 2001 From: Steven Ng Date: Tue, 1 Jun 2021 23:21:03 +0100 Subject: [PATCH] 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 --- res/layout/widgets_full_sheet.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/layout/widgets_full_sheet.xml b/res/layout/widgets_full_sheet.xml index a01aa2c581..dca3e79c62 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">