diff --git a/app/src/main/res/color/color_pay.xml b/app/src/main/res/color/color_pay.xml new file mode 100644 index 0000000..a9873e5 --- /dev/null +++ b/app/src/main/res/color/color_pay.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable-xxhdpi/check_red.png b/app/src/main/res/drawable-xxhdpi/check_red.png new file mode 100644 index 0000000..a91ec7c Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/check_red.png differ diff --git a/app/src/main/res/drawable-xxhdpi/pay_cash_checked.png b/app/src/main/res/drawable-xxhdpi/pay_cash_checked.png new file mode 100644 index 0000000..f5abbe5 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/pay_cash_checked.png differ diff --git a/app/src/main/res/drawable-xxhdpi/pay_cash_normal.png b/app/src/main/res/drawable-xxhdpi/pay_cash_normal.png new file mode 100644 index 0000000..e0e3d4c Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/pay_cash_normal.png differ diff --git a/app/src/main/res/drawable-xxhdpi/pay_face_checked.png b/app/src/main/res/drawable-xxhdpi/pay_face_checked.png new file mode 100644 index 0000000..5b7c1b6 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/pay_face_checked.png differ diff --git a/app/src/main/res/drawable-xxhdpi/pay_face_normal.png b/app/src/main/res/drawable-xxhdpi/pay_face_normal.png new file mode 100644 index 0000000..eb3322e Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/pay_face_normal.png differ diff --git a/app/src/main/res/drawable-xxhdpi/pay_number_checked.png b/app/src/main/res/drawable-xxhdpi/pay_number_checked.png new file mode 100644 index 0000000..b4772cf Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/pay_number_checked.png differ diff --git a/app/src/main/res/drawable-xxhdpi/pay_number_normal.png b/app/src/main/res/drawable-xxhdpi/pay_number_normal.png new file mode 100644 index 0000000..c474c71 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/pay_number_normal.png differ diff --git a/app/src/main/res/drawable-xxhdpi/pay_qrcode_checked.png b/app/src/main/res/drawable-xxhdpi/pay_qrcode_checked.png new file mode 100644 index 0000000..dd68a49 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/pay_qrcode_checked.png differ diff --git a/app/src/main/res/drawable-xxhdpi/pay_qrcode_normal.png b/app/src/main/res/drawable-xxhdpi/pay_qrcode_normal.png new file mode 100644 index 0000000..2b92cb7 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/pay_qrcode_normal.png differ diff --git a/app/src/main/res/drawable/bg_pay_icon.xml b/app/src/main/res/drawable/bg_pay_icon.xml new file mode 100644 index 0000000..9c84482 --- /dev/null +++ b/app/src/main/res/drawable/bg_pay_icon.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/pay_cash.xml b/app/src/main/res/drawable/pay_cash.xml new file mode 100644 index 0000000..4934979 --- /dev/null +++ b/app/src/main/res/drawable/pay_cash.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/pay_face.xml b/app/src/main/res/drawable/pay_face.xml new file mode 100644 index 0000000..674dc4c --- /dev/null +++ b/app/src/main/res/drawable/pay_face.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/pay_number.xml b/app/src/main/res/drawable/pay_number.xml new file mode 100644 index 0000000..75cd755 --- /dev/null +++ b/app/src/main/res/drawable/pay_number.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/pay_qrcode.xml b/app/src/main/res/drawable/pay_qrcode.xml new file mode 100644 index 0000000..7dff941 --- /dev/null +++ b/app/src/main/res/drawable/pay_qrcode.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_pay.xml b/app/src/main/res/layout/activity_pay.xml new file mode 100644 index 0000000..d1cfb38 --- /dev/null +++ b/app/src/main/res/layout/activity_pay.xml @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file