diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0a45317..e0e74a2 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -142,13 +142,16 @@ android:configChanges="orientation|keyboardHidden|screenSize" android:exported="true" android:screenOrientation="behind" - android:launchMode="singleTask"> + android:launchMode="singleTask" + android:theme="@style/main_SplashThemeImage"> - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml deleted file mode 100644 index 2b068d1..0000000 --- a/app/src/main/res/drawable/ic_launcher_foreground.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index c4a603d..036d09b 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index c4a603d..036d09b 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_app.png b/app/src/main/res/mipmap-hdpi/ic_launcher_app.png new file mode 100644 index 0000000..3415188 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_app.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round_app.png b/app/src/main/res/mipmap-hdpi/ic_launcher_round_app.png new file mode 100644 index 0000000..60f1cbe Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_round_app.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_app.png b/app/src/main/res/mipmap-mdpi/ic_launcher_app.png new file mode 100644 index 0000000..d351752 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_app.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round_app.png b/app/src/main/res/mipmap-mdpi/ic_launcher_round_app.png new file mode 100644 index 0000000..1b9fc7b Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_round_app.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_app.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_app.png new file mode 100644 index 0000000..57a3724 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_app.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round_app.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_round_app.png new file mode 100644 index 0000000..0fd94b9 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round_app.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_app.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_app.png new file mode 100644 index 0000000..0053265 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_app.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round_app.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round_app.png new file mode 100644 index 0000000..7927326 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round_app.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_app.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_app.png new file mode 100644 index 0000000..963661e Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_app.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round_app.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round_app.png new file mode 100644 index 0000000..fa6bd88 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round_app.png differ diff --git a/moduleUtil/src/main/res/mipmap-xxxhdpi/screen.png b/app/src/main/res/mipmap-xxxhdpi/screen.png similarity index 100% rename from moduleUtil/src/main/res/mipmap-xxxhdpi/screen.png rename to app/src/main/res/mipmap-xxxhdpi/screen.png diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index a4a1ffd..bcb7b14 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -10,7 +10,26 @@ @color/color_F9FAFA false true + + + + + +