summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/ic_shortcut_background.xml
diff options
context:
space:
mode:
authorShinichiro Fujiwara <mamehacker@gmail.com>2020-03-30 07:39:52 +0900
committerGitHub <noreply@github.com>2020-03-30 00:39:52 +0200
commit001583a4e0eaa7f90fb2c0f7d3cfa19f7ffb5ae3 (patch)
treefb53e160c613baacb4d0010e369e275fee35d28b /core/src/main/res/drawable/ic_shortcut_background.xml
parentec0255b7434a15264286863e21bd00c089fc55de (diff)
downloadAntennaPod-001583a4e0eaa7f90fb2c0f7d3cfa19f7ffb5ae3.zip
App shortcuts (#3748)
Diffstat (limited to 'core/src/main/res/drawable/ic_shortcut_background.xml')
-rw-r--r--core/src/main/res/drawable/ic_shortcut_background.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_shortcut_background.xml b/core/src/main/res/drawable/ic_shortcut_background.xml
new file mode 100644
index 000000000..9327150d0
--- /dev/null
+++ b/core/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>