From 20ce19a59d4ba78d2f4a0d3dddd6da13d1117e7b Mon Sep 17 00:00:00 2001 From: Alan <975348978@qq.com> Date: Mon, 25 Jan 2021 18:15:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dandroid=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8B=E9=80=8F=E6=98=8E=E5=BA=A6=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/src/main/AndroidManifest.xml | 12 ++---------- android/src/main/res/drawable/dialog_bg.xml | 4 ++++ android/src/main/res/values/styles.xml | 15 +++++++++++++++ 3 files changed, 21 insertions(+), 10 deletions(-) create mode 100644 android/src/main/res/drawable/dialog_bg.xml create mode 100644 android/src/main/res/values/styles.xml diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index acfadae..a038bd6 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -17,19 +17,11 @@ - - - - @@ -38,7 +30,7 @@ diff --git a/android/src/main/res/drawable/dialog_bg.xml b/android/src/main/res/drawable/dialog_bg.xml new file mode 100644 index 0000000..884ac35 --- /dev/null +++ b/android/src/main/res/drawable/dialog_bg.xml @@ -0,0 +1,4 @@ + + + + diff --git a/android/src/main/res/values/styles.xml b/android/src/main/res/values/styles.xml new file mode 100644 index 0000000..1367968 --- /dev/null +++ b/android/src/main/res/values/styles.xml @@ -0,0 +1,15 @@ + + + + \ No newline at end of file