From 8cabe52f81a6c651475962b82fbb2e3453486de9 Mon Sep 17 00:00:00 2001 From: Alina Zaidi Date: Fri, 21 May 2021 17:59:19 +0100 Subject: [PATCH] Update buttons in pin widget picker. Bug: 188504905 Test: Tested manually Change-Id: Ibce57d7f70700b5f36b588ad85f8a829d4d4c5c2 --- .../add_item_dialog_button_background.xml | 22 -------------- res/drawable/full_rounded_colored_ripple.xml | 28 ++++++++++++++++++ res/layout/add_item_confirmation_activity.xml | 29 +++++++++++-------- res/values/styles.xml | 9 +++--- 4 files changed, 50 insertions(+), 38 deletions(-) delete mode 100644 res/drawable/add_item_dialog_button_background.xml create mode 100644 res/drawable/full_rounded_colored_ripple.xml diff --git a/res/drawable/add_item_dialog_button_background.xml b/res/drawable/add_item_dialog_button_background.xml deleted file mode 100644 index 1b4591f8c1..0000000000 --- a/res/drawable/add_item_dialog_button_background.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/res/drawable/full_rounded_colored_ripple.xml b/res/drawable/full_rounded_colored_ripple.xml new file mode 100644 index 0000000000..d89537ca0e --- /dev/null +++ b/res/drawable/full_rounded_colored_ripple.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/add_item_confirmation_activity.xml b/res/layout/add_item_confirmation_activity.xml index 0a3fbbcd01..ddc98156e9 100644 --- a/res/layout/add_item_confirmation_activity.xml +++ b/res/layout/add_item_confirmation_activity.xml @@ -53,7 +53,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center_horizontal" - android:paddingVertical="8dp" + android:paddingTop="8dp" android:text="@string/add_item_request_drag_hint" android:textSize="14sp" android:textColor="?android:attr/textColorSecondary" @@ -70,28 +70,33 @@