Fix shape & grid option items background
Remove extra background behind shape & grid options, visible in light
theme.
Flag: com.android.systemui.shared.new_customization_picker_ui
Test: manually verified
Bug: 362237825
Change-Id: I5000cf291d68bf7180284a9152be26b9d0b6bb14
diff --git a/res/layout/grid_option2.xml b/res/layout/grid_option2.xml
index 437b95b..c2ba68d 100644
--- a/res/layout/grid_option2.xml
+++ b/res/layout/grid_option2.xml
@@ -34,7 +34,6 @@
android:id="@id/background"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/option_item_background"
android:importantForAccessibility="no" />
<ImageView
diff --git a/res/layout/shape_option2.xml b/res/layout/shape_option2.xml
index 88d5437..fb08336 100644
--- a/res/layout/shape_option2.xml
+++ b/res/layout/shape_option2.xml
@@ -25,7 +25,6 @@
android:id="@id/background"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/option_item_background"
android:importantForAccessibility="no" />
<ImageView