summaryrefslogtreecommitdiff
path: root/ui/common/src/main/res/drawable/ic_shortcut_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/common/src/main/res/drawable/ic_shortcut_background.xml')
-rw-r--r--ui/common/src/main/res/drawable/ic_shortcut_background.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/ui/common/src/main/res/drawable/ic_shortcut_background.xml b/ui/common/src/main/res/drawable/ic_shortcut_background.xml
new file mode 100644
index 000000000..9327150d0
--- /dev/null
+++ b/ui/common/src/main/res/drawable/ic_shortcut_background.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<inset xmlns:android="http://schemas.android.com/apk/res/android"
+ android:inset="2dp">
+
+ <shape android:shape="oval">
+ <solid android:color="@color/grey100" />
+ <size
+ android:width="44dp"
+ android:height="44dp" />
+ </shape>
+</inset>