summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable-anydpi-v26/ic_feed_shortcut.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res/drawable-anydpi-v26/ic_feed_shortcut.xml')
-rw-r--r--core/src/main/res/drawable-anydpi-v26/ic_feed_shortcut.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/src/main/res/drawable-anydpi-v26/ic_feed_shortcut.xml b/core/src/main/res/drawable-anydpi-v26/ic_feed_shortcut.xml
new file mode 100644
index 000000000..ae080d335
--- /dev/null
+++ b/core/src/main/res/drawable-anydpi-v26/ic_feed_shortcut.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+ <background android:drawable="@color/grey100" />
+ <foreground>
+ <inset
+ android:drawable="@drawable/ic_feed_black"
+ android:inset="33.3%" />
+ </foreground>
+</adaptive-icon> \ No newline at end of file