Skip to content

Commit

Permalink
monochrome icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ojhdt committed Oct 7, 2022
1 parent 00889da commit 99a2887
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 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,25 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="44"
android:viewportHeight="26">
<group
android:scaleX="0.39722222"
android:scaleY="0.23472223"
android:translateX="13.261111"
android:translateY="9.948611">
<path
android:fillColor="#ffffff"
android:pathData="M25,13C25,14.657 23.657,16 22,16C20.343,16 19,14.657 19,13C19,11.343 20.343,10 22,10C23.657,10 25,11.343 25,13Z" />
<path
android:fillColor="#ffffff"
android:pathData="M15,13C15,14.657 13.657,16 12,16C10.343,16 9,14.657 9,13C9,11.343 10.343,10 12,10C13.657,10 15,11.343 15,13Z" />
<path
android:fillColor="#ffffff"
android:pathData="M35,13C35,14.657 33.657,16 32,16C30.343,16 29,14.657 29,13C29,11.343 30.343,10 32,10C33.657,10 35,11.343 35,13Z" />
<path
android:fillColor="#ffffff"
android:fillType="evenOdd"
android:pathData="M31,5H13C8.582,5 5,8.582 5,13V21H31C35.418,21 39,17.418 39,13C39,8.582 35.418,5 31,5ZM13,0C5.82,0 0,5.82 0,13V26H31C38.18,26 44,20.18 44,13C44,5.82 38.18,0 31,0H13Z" />
</group>
</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="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>
1 change: 1 addition & 0 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.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="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>

0 comments on commit 99a2887

Please sign in to comment.