Add themed Android 13 icon

This commit is contained in:
zt64 2022-06-29 22:07:56 -04:00
parent 5df80d4cfc
commit 111957a8b1
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="44dp"
android:height="44dp"
android:viewportWidth="768"
android:viewportHeight="768">
<path
android:fillColor="#000000"
android:fillType="evenOdd"
android:pathData="M451.76,397.57C462.46,391.42 462.46,375.99 451.76,369.84L413.1,347.59L452.97,329L469.71,338.63L511.9,362.9C527.94,372.13 527.94,395.28 511.9,404.51L469.74,428.76L469.71,428.78L451.64,439.17L411.77,420.58L451.76,397.57ZM330,422.17V439.96V439.97C330.01,452.27 343.31,459.97 353.98,453.83L373.64,442.52L413.51,461.11L371.93,485.04L371.91,485.05L329.97,509.18C313.97,518.38 294,506.83 294,488.38L294,439.96L294,405.39L330,422.17ZM414.83,307.06L374.96,325.65L353.98,313.58L353.97,313.58C343.31,307.45 330,315.14 330,327.45V346.62L294,363.41L294,327.45L294,279.04C294,260.58 313.97,249.03 329.97,258.23L371.93,282.38L414.83,307.06Z" />
</vector>

View File

@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>

View File

@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>