Skip to content

Commit

Permalink
add monochrome icon
Browse files Browse the repository at this point in the history
  • Loading branch information
rec0de committed Aug 10, 2023
1 parent a360a98 commit d294fb3
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 0 deletions.
34 changes: 34 additions & 0 deletions app/src/main/res/drawable/ic_launcher_monochrome.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="180.62dp"
android:height="180.62dp"
android:viewportWidth="180.62"
android:viewportHeight="180.62">
<path
android:pathData="M21.93,47.24l31.11,-26.74l9.44,10.98l-31.11,26.74z"
android:strokeAlpha="0.517647"
android:strokeWidth="1.162"
android:fillColor="#ffffff"
android:strokeColor="#00000000"
android:strokeLineCap="square"/>
<path
android:pathData="M127.26,20.56l30.81,27.09l-9.56,10.87l-30.81,-27.09z"
android:strokeAlpha="0.517647"
android:strokeWidth="1.162"
android:fillColor="#ffffff"
android:strokeColor="#00000000"
android:strokeLineCap="square"/>
<path
android:pathData="M90.15,35.7A61.06,61.06 0,0 0,29.09 96.76A61.06,61.06 0,0 0,90.15 157.82A61.06,61.06 0,0 0,151.21 96.76A61.06,61.06 0,0 0,90.15 35.7zM90.15,49.48A47.28,47.28 0,0 1,137.42 96.76A47.28,47.28 0,0 1,90.15 144.03A47.28,47.28 0,0 1,42.87 96.76A47.28,47.28 0,0 1,90.15 49.48z"
android:strokeAlpha="0.517647"
android:strokeWidth="1.32726"
android:fillColor="#ffffff"
android:strokeColor="#00000000"
android:strokeLineCap="square"/>
<path
android:pathData="m58.43,99.76 l21.47,21.86 40.88,-40.76 -7.54,-7.62 -33.01,33.6 -14.83,-14.18z"
android:strokeLineJoin="miter"
android:strokeWidth="0.265"
android:fillColor="#ffffff"
android:strokeColor="#00000000"
android:strokeLineCap="butt"/>
</vector>
1 change: 1 addition & 0 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/colorPrimary"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>
62 changes: 62 additions & 0 deletions dev_files/raw_res/launcher icon/monochrome.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d294fb3

Please sign in to comment.