Files
moshidon/mastodon/src/main/res/mipmap-anydpi-v26/ic_shortcut_compose.xml
Grishka 558adc6936 Add compose shortcut
closes #131
2022-05-15 19:14:24 +03:00

10 lines
401 B
XML

<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background>
<shape>
<solid android:color="@color/shortcut_icon_background"/>
<size android:width="108dp" android:height="108dp"/>
</shape>
</background>
<foreground android:drawable="@drawable/ic_compose_foreground"/>
</adaptive-icon>