From 71a7d57b857a3061abea536c7fd53e309fe62670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Sat, 8 May 2021 20:42:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=90=AF=E5=8A=A8=E5=8D=A0?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/codeStyles/Project.xml | 15 +++++++------- .../src/main/res/drawable/main_splash_bg.xml | 9 +++++++++ .../res/layout/module_main_activity_main.xml | 20 +++++++++++++++---- 3 files changed, 33 insertions(+), 11 deletions(-) create mode 100644 modules/mogo-module-main/src/main/res/drawable/main_splash_bg.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 663459aa50..3e80c76c4a 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,13 +1,11 @@ + \ No newline at end of file diff --git a/modules/mogo-module-main/src/main/res/drawable/main_splash_bg.xml b/modules/mogo-module-main/src/main/res/drawable/main_splash_bg.xml new file mode 100644 index 0000000000..2bb9c98c45 --- /dev/null +++ b/modules/mogo-module-main/src/main/res/drawable/main_splash_bg.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/modules/mogo-module-main/src/main/res/layout/module_main_activity_main.xml b/modules/mogo-module-main/src/main/res/layout/module_main_activity_main.xml index 16d9c18a20..50c00bfc74 100644 --- a/modules/mogo-module-main/src/main/res/layout/module_main_activity_main.xml +++ b/modules/mogo-module-main/src/main/res/layout/module_main_activity_main.xml @@ -139,13 +139,25 @@ android:layout_width="match_parent" android:layout_height="match_parent" /> - + android:background="@drawable/main_splash_bg"> + + + +