From 8510b91343e234d559b39e8e5e14acc7a975506a Mon Sep 17 00:00:00 2001 From: cyberta Date: Mon, 5 Dec 2022 14:31:21 +0100 Subject: Bitmask splash screen for Android 12+ --- app/src/main/res/drawable/footer_text_drawable.xml | 2 ++ app/src/normal/res/drawable/splash_branding.xml | 3 +++ app/src/normal/res/drawable/splash_icon.xml | 14 ++++++++++++++ app/src/normal/res/values-v31/themes.xml | 8 ++++++++ 4 files changed, 27 insertions(+) create mode 100644 app/src/normal/res/drawable/splash_branding.xml create mode 100644 app/src/normal/res/drawable/splash_icon.xml create mode 100644 app/src/normal/res/values-v31/themes.xml diff --git a/app/src/main/res/drawable/footer_text_drawable.xml b/app/src/main/res/drawable/footer_text_drawable.xml index 801746df..e3ec5005 100644 --- a/app/src/main/res/drawable/footer_text_drawable.xml +++ b/app/src/main/res/drawable/footer_text_drawable.xml @@ -13,6 +13,8 @@ android:gravity="center" android:top="@dimen/footer_text_padding" android:bottom="@dimen/footer_text_padding" + android:left="20dp" + android:right="20dp" > diff --git a/app/src/normal/res/drawable/splash_branding.xml b/app/src/normal/res/drawable/splash_branding.xml new file mode 100644 index 00000000..8c4ee21c --- /dev/null +++ b/app/src/normal/res/drawable/splash_branding.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/app/src/normal/res/drawable/splash_icon.xml b/app/src/normal/res/drawable/splash_icon.xml new file mode 100644 index 00000000..f882d322 --- /dev/null +++ b/app/src/normal/res/drawable/splash_icon.xml @@ -0,0 +1,14 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/normal/res/values-v31/themes.xml b/app/src/normal/res/values-v31/themes.xml new file mode 100644 index 00000000..7ea17424 --- /dev/null +++ b/app/src/normal/res/values-v31/themes.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file -- cgit v1.2.3