summaryrefslogtreecommitdiff
path: root/ui/common/src/main/res/drawable/ic_shortcut_background.xml
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-03-29 11:23:33 +0100
committerGitHub <noreply@github.com>2024-03-29 11:23:33 +0100
commit5ede21d676af8d879ec8f5d695255ccbf4398e76 (patch)
treee4f23895d32ff6946b57887880b084a6759bc5dc /ui/common/src/main/res/drawable/ic_shortcut_background.xml
parent13a985ca1e6fae65682c97ee523dec96b2fdeedf (diff)
downloadAntennaPod-5ede21d676af8d879ec8f5d695255ccbf4398e76.zip
Remove dependency of :net:discovery and :ui:echo on :core (#7036)
Moves the common icon files to :ui:common
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>