diff --git a/app/src/main/res/drawable/confirm_btn_bg_red.xml b/app/src/main/res/drawable/confirm_btn_bg_red.xml new file mode 100644 index 0000000..15f028a --- /dev/null +++ b/app/src/main/res/drawable/confirm_btn_bg_red.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle"> + <solid android:color="@color/_842A2A" /> + <corners + android:bottomRightRadius="@dimen/_20dp" + android:bottomLeftRadius="0dp" + android:topLeftRadius="0dp" + android:topRightRadius="0dp"/> +</shape> \ No newline at end of file diff --git a/app/src/main/res/layout/layout_confirm_dialog.xml b/app/src/main/res/layout/layout_confirm_dialog.xml index e079976..8417331 100644 --- a/app/src/main/res/layout/layout_confirm_dialog.xml +++ b/app/src/main/res/layout/layout_confirm_dialog.xml @@ -39,7 +39,7 @@ android:layout_width="0dp" android:layout_height="@dimen/_81dp" android:layout_weight="1" - android:background="@drawable/confirm_btn_bg" + android:background="@drawable/confirm_btn_bg_red" android:focusable="true" android:gravity="center" android:text="@string/confirm"