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 @@