summaryrefslogtreecommitdiff
path: root/app/src/normal/res/drawable/splash_branding.xml
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2022-12-05 14:31:21 +0100
committercyberta <cyberta@riseup.net>2022-12-05 14:31:21 +0100
commit8510b91343e234d559b39e8e5e14acc7a975506a (patch)
treefd6773d552d815bd1405e24126aeb046c00a319b /app/src/normal/res/drawable/splash_branding.xml
parent1b981b7971e207e892a4f457d455f0856533540f (diff)
Bitmask splash screen for Android 12+
Diffstat (limited to 'app/src/normal/res/drawable/splash_branding.xml')
-rw-r--r--app/src/normal/res/drawable/splash_branding.xml3
1 files changed, 3 insertions, 0 deletions
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 @@
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:drawable="@drawable/footer_text_drawable" />
+</layer-list> \ No newline at end of file