summaryrefslogtreecommitdiff
path: root/app/src/normal/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/normal/res/drawable')
-rw-r--r--app/src/normal/res/drawable/ic_splash_background.xml2
-rw-r--r--app/src/normal/res/drawable/splash_branding.xml2
-rw-r--r--app/src/normal/res/drawable/splash_logo.pngbin0 -> 13037 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/app/src/normal/res/drawable/ic_splash_background.xml b/app/src/normal/res/drawable/ic_splash_background.xml
index aa2618c1..231d9333 100644
--- a/app/src/normal/res/drawable/ic_splash_background.xml
+++ b/app/src/normal/res/drawable/ic_splash_background.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@drawable/background_main"/>
+ <item><color android:color="@color/white"/></item>
</selector> \ No newline at end of file
diff --git a/app/src/normal/res/drawable/splash_branding.xml b/app/src/normal/res/drawable/splash_branding.xml
index 8c4ee21c..8f8e3e22 100644
--- a/app/src/normal/res/drawable/splash_branding.xml
+++ b/app/src/normal/res/drawable/splash_branding.xml
@@ -1,3 +1,3 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@drawable/footer_text_drawable" />
+ <!-- no splash screen branding image for bitmask -->
</layer-list> \ No newline at end of file
diff --git a/app/src/normal/res/drawable/splash_logo.png b/app/src/normal/res/drawable/splash_logo.png
new file mode 100644
index 00000000..2623103e
--- /dev/null
+++ b/app/src/normal/res/drawable/splash_logo.png
Binary files differ