Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 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,17 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="m13.109,8.431c-0.333,0.024 -0.507,0.355 -0.753,0.54 -0.583,0.532 -1.148,1.085 -1.742,1.603 -0.422,0.27 -1.779,0.031 -3.033,0.108 -0.427,0.026 -0.689,0.471 -0.677,0.898 0.037,1.266 -0.009,2.533 -0.014,3.799 0.053,0.441 0.476,0.757 0.913,0.7 2.881,-0.003 5.762,-0.007 8.643,-0.01 0.446,-0.057 0.711,-0.511 0.656,-0.933l-0.018,-5.928c0.016,-0.483 -0.454,-0.818 -0.908,-0.773 -1.022,-0.003 -2.045,0.005 -3.067,-0.004zM12.182,11.717c0.007,0.645 0.013,1.291 0.02,1.936l-0.865,0.486v-1.965zM12.43,11.819 L13.306,12.33v1.328c-0.292,-0.002 -0.584,-0.003 -0.875,-0.005zM11.112,12.325c0.01,0.443 0.019,0.885 0.029,1.328 -0.776,-0.003 -1.553,-0.007 -2.329,-0.01zM13.549,12.466 L14.395,12.928v1.211l-0.861,-0.467c0.005,-0.402 0.01,-0.804 0.015,-1.206zM14.614,13.079 L15.616,13.648h-1.002z"
android:strokeWidth="0.888889"
android:fillColor="#ffffff"
android:strokeColor="#00000000"/>
<path
android:pathData="m7.713,7.914c-0.328,0.001 -0.66,0.196 -0.76,0.519 -0.099,0.245 -0.049,0.511 -0.059,0.768l0.008,1.553c0.157,-0.19 0.388,-0.332 0.663,-0.349 0.651,-0.04 1.312,0.001 1.854,0.017 0.271,0.008 0.511,0.009 0.697,-0.006 0.181,-0.015 0.303,-0.053 0.34,-0.075C10.948,9.91 11.427,9.453 11.916,9 11.679,8.783 11.516,8.495 11.308,8.251 11.134,8.05 10.876,7.911 10.605,7.943Z"
android:strokeLineJoin="round"
android:strokeWidth="0.486316"
android:fillColor="#ffffff"
android:strokeLineCap="square"/>
</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/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>