aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_launcher_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/ic_launcher_background.xml')
-rw-r--r--app/src/main/res/drawable/ic_launcher_background.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml
new file mode 100644
index 0000000..e26af1f
--- /dev/null
+++ b/app/src/main/res/drawable/ic_launcher_background.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Dark CRT-terminal blue. Plain solid colour so the adaptive icon
+ reads cleanly under any launcher crop (circle, squircle, square). -->
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <solid android:color="#0E1E28"/>
+</shape>