diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-27 13:25:15 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-27 13:25:15 -0500 |
| commit | b96491034b27ba614cb465e0d7bf92e855b95fff (patch) | |
| tree | aabc379ddaef46dc323b4b0f5087b0461936e8cd /android/app/src/main/res/values | |
| parent | 5ef290f3fe7bac7cad26aae16d884cd23dce0e30 (diff) | |
Add icon
Diffstat (limited to 'android/app/src/main/res/values')
| -rw-r--r-- | android/app/src/main/res/values/colors.xml | 4 |
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..e761a38 --- /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">#f1decf</color> +</resources>
\ No newline at end of file |
