summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/drawable/shortcut.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/app/src/main/res/drawable/shortcut.xml')
-rw-r--r--src/android/app/src/main/res/drawable/shortcut.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/android/app/src/main/res/drawable/shortcut.xml b/src/android/app/src/main/res/drawable/shortcut.xml
new file mode 100644
index 000000000..c749e5d72
--- /dev/null
+++ b/src/android/app/src/main/res/drawable/shortcut.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <item>
+ <color android:color="@android:color/white" />
+ </item>
+ <item android:id="@+id/shortcut_foreground">
+ <bitmap android:src="@drawable/default_icon" />
+ </item>
+
+</layer-list>