a monochrome icon for tusky (#2683)
This commit is contained in:
parent
c47d9ef6ac
commit
e68e3d1825
2 changed files with 13 additions and 0 deletions
12
app/src/main/res/drawable/ic_launcher_monochrome.xml
Normal file
12
app/src/main/res/drawable/ic_launcher_monochrome.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="108dp"
|
||||
android:height="108dp"
|
||||
android:viewportWidth="108"
|
||||
android:viewportHeight="108">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M66.84,45.44C64.37,57.45 56.45,65.38 46.89,65.38s-13.8,-6.68 -13.8,-12.42A15.88,15.88 0,0 1,40.98 38.77C34.27,38.77 29,47.22 29,53.73c0,3.9 2.93,15.94 18.87,15.94S70.22,54.35 70.69,46.36A2.09,2.09 0,0 0,69.16 44.09,1.83 1.83,0 0,0 66.84,45.44Z"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M47.15,38.33c9.51,0 11.05,6.95 14.54,14.7 3.14,7 5.61,8.81 8.39,8.81s4.9,-2.71 4.9,-8.89 -1.76,-8.11 0.29,-9.06S79,45.93 79,53.37s-2.01,13.92 -9.84,13.92c-6.71,0 -9.54,-9.17 -11.26,-13.21C55.19,47.75 55.25,43.67 47.15,38.33Z"/>
|
||||
</vector>
|
|
@ -6,4 +6,5 @@
|
|||
android:inset="10%"
|
||||
android:drawable="@drawable/ic_launcher_foreground" />
|
||||
</foreground>
|
||||
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
|
||||
</adaptive-icon>
|
Loading…
Reference in a new issue