summaryrefslogtreecommitdiff
path: root/app/src/normal/res/drawable
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2023-08-07 01:51:31 +0000
committercyberta <cyberta@riseup.net>2023-08-07 01:51:31 +0000
commit5c8c3bcc384631edd45983b8beb066cf637695d9 (patch)
tree0b1be88a74c9594036d86147177d7ca5d9f67241 /app/src/normal/res/drawable
parent46bbdf33a07f65c51f93f51075c6b11b43bad4ee (diff)
parent34539d080f2ce05eb668267180283f8332835d2c (diff)
Merge branch 'first_run_improvements' into 'master'
update design and UX for provider setup See merge request leap/bitmask_android!252
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