From 042249ff59e3442a361e89b50b032050eb7081f4 Mon Sep 17 00:00:00 2001 From: Alina Zaidi Date: Tue, 11 May 2021 17:26:30 +0100 Subject: [PATCH] Update colors in pin widget dialog, to be similar to widget bottom sheet. Bug: 187374499 Test: Visually tested. Also tested using accessibility scanner. Change-Id: I3be84dc394d312d03b97fe66b7e8214c4d8bef71 --- res/drawable/add_item_dialog_background.xml | 2 +- res/layout/add_item_confirmation_activity.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/res/drawable/add_item_dialog_background.xml b/res/drawable/add_item_dialog_background.xml index 04bde8f5a7..16a0767801 100644 --- a/res/drawable/add_item_dialog_background.xml +++ b/res/drawable/add_item_dialog_background.xml @@ -1,7 +1,7 @@ - + diff --git a/res/layout/add_item_confirmation_activity.xml b/res/layout/add_item_confirmation_activity.xml index 7c2f25b831..00d148f2dc 100644 --- a/res/layout/add_item_confirmation_activity.xml +++ b/res/layout/add_item_confirmation_activity.xml @@ -21,6 +21,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:padding="24dp" + android:theme="?attr/widgetsTheme" android:orientation="vertical">