From 9bdddad18e516d2f9778d38cb6ac25b71e8410df Mon Sep 17 00:00:00 2001 From: md Date: Mon, 26 Jul 2021 21:16:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../drawable-xhdpi/ic_launcher_foreground.xml | 30 +++++++++++++++++++ .../res/drawable/selector_red_radius_bg.xml | 8 +++++ .../drawable/shape_red_radius_bg_disable.xml | 5 ++++ 3 files changed, 43 insertions(+) create mode 100644 app/src/main/res/drawable-xhdpi/ic_launcher_foreground.xml create mode 100644 app/src/main/res/drawable/selector_red_radius_bg.xml create mode 100644 app/src/main/res/drawable/shape_red_radius_bg_disable.xml diff --git a/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.xml b/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.xml new file mode 100644 index 0000000..2b068d1 --- /dev/null +++ b/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/selector_red_radius_bg.xml b/app/src/main/res/drawable/selector_red_radius_bg.xml new file mode 100644 index 0000000..f9d5efe --- /dev/null +++ b/app/src/main/res/drawable/selector_red_radius_bg.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/shape_red_radius_bg_disable.xml b/app/src/main/res/drawable/shape_red_radius_bg_disable.xml new file mode 100644 index 0000000..df1d692 --- /dev/null +++ b/app/src/main/res/drawable/shape_red_radius_bg_disable.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file