summaryrefslogtreecommitdiff
path: root/android/app/src/main/res/values
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2025-01-11 17:14:41 +0100
committerOrangerot <purple@orangerot.dev>2025-01-11 17:14:41 +0100
commitf98162b6d8ed70e571440c539ef053dce09f704d (patch)
tree6bf66d7ca4aa17977cda058d1b8ba1fdf405aa15 /android/app/src/main/res/values
parent86dfc815cde6a0072776b4cc89c250dbd3f47214 (diff)
feat: add launcher name and launcher icon
Diffstat (limited to 'android/app/src/main/res/values')
-rw-r--r--android/app/src/main/res/values/colors.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/app/src/main/res/values/colors.xml b/android/app/src/main/res/values/colors.xml
new file mode 100644
index 0000000..ab98328
--- /dev/null
+++ b/android/app/src/main/res/values/colors.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <color name="ic_launcher_background">#ffffff</color>
+</resources> \ No newline at end of file