aboutsummaryrefslogtreecommitdiffstats
path: root/android/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-12-30 10:13:11 +0100
committerEddy Pedroni <epedroni@pm.me>2025-12-30 10:13:11 +0100
commit88ce99d87889cdf953af611ef09d7a12b6d23747 (patch)
treee998849e710adaf1da5410096f1b3408784658d4 /android/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml
parentc77a8b5fb6a86dae2c9a97796067a5740e112a0d (diff)
Add Android app wrapper around web interface
Diffstat (limited to 'android/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml')
-rw-r--r--android/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml b/android/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml
new file mode 100644
index 0000000..6f3b755
--- /dev/null
+++ b/android/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+ <background android:drawable="@drawable/ic_launcher_background" />
+ <foreground android:drawable="@drawable/ic_launcher_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_foreground" />
+</adaptive-icon> \ No newline at end of file