Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
feat: app icon (#13)
Browse files Browse the repository at this point in the history
thanks @intergrav
  • Loading branch information
kuylar authored Aug 26, 2023
1 parent e12cf9e commit fdcd4b9
Show file tree
Hide file tree
Showing 18 changed files with 42 additions and 206 deletions.
Binary file added app/src/main/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 0 additions & 30 deletions app/src/main/res/drawable-v24/ic_launcher_foreground.xml

This file was deleted.

17 changes: 17 additions & 0 deletions app/src/main/res/drawable-v26/ic_launcher_foreground.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="32"
android:viewportHeight="32">
<group android:scaleX="0.30555555"
android:scaleY="0.30555555"
android:translateX="11.111111"
android:translateY="11.111111">
<path
android:pathData="M7.789,22.595L0.941,29.442C0.353,30.03 0.353,30.98 0.941,31.562C1.528,32.143 2.478,32.149 3.059,31.562L6.621,27.999H10.871C13.977,27.999 16.989,27.098 19.558,25.436C20.251,24.986 19.901,23.998 19.07,23.998C18.751,23.998 18.495,23.742 18.495,23.423C18.495,23.167 18.664,22.948 18.901,22.873L23.963,21.354C24.119,21.304 24.263,21.222 24.382,21.104L25.782,19.703C26.413,19.072 25.963,17.997 25.076,17.997H23.063C22.745,17.997 22.488,17.74 22.488,17.422C22.488,17.165 22.657,16.947 22.895,16.872L29.894,14.771C30.144,14.696 30.356,14.528 30.475,14.29C31.15,12.977 31.5,11.508 31.5,10.002C31.5,7.439 30.481,4.982 28.669,3.169L28.325,2.825C26.519,1.019 24.063,0 21.501,0C18.939,0 16.483,1.019 14.67,2.832L13.567,3.936L20.143,7.955C21.371,8.71 22.128,10.043 22.128,11.5C22.128,12.949 21.376,14.294 20.137,15.049L20.134,15.05L7.789,22.595Z"
android:fillColor="#ffffff"/>
<path
android:pathData="M6.157,1.752C5.493,1.343 4.657,1.33 3.979,1.712C3.3,2.093 2.878,2.812 2.878,3.594V19.406C2.878,20.188 3.3,20.907 3.979,21.288C4.657,21.67 6.157,21.248 6.157,21.248L19.095,13.342C19.737,12.951 20.128,12.255 20.128,11.5C20.128,10.745 19.737,10.054 19.095,9.658L6.157,1.752Z"
android:fillColor="#ffffff"/>
</group>
</vector>
170 changes: 0 additions & 170 deletions app/src/main/res/drawable/ic_launcher_background.xml

This file was deleted.

17 changes: 17 additions & 0 deletions app/src/main/res/drawable/ic_launcher_foreground.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="32"
android:viewportHeight="32">
<group android:scaleX="0.30555555"
android:scaleY="0.30555555"
android:translateX="11.111111"
android:translateY="11.111111">
<path
android:pathData="M7.789,22.595L0.941,29.442C0.353,30.03 0.353,30.98 0.941,31.562C1.528,32.143 2.478,32.149 3.059,31.562L6.621,27.999H10.871C13.977,27.999 16.989,27.098 19.558,25.436C20.251,24.986 19.901,23.998 19.07,23.998C18.751,23.998 18.495,23.742 18.495,23.423C18.495,23.167 18.664,22.948 18.901,22.873L23.963,21.354C24.119,21.304 24.263,21.222 24.382,21.104L25.782,19.703C26.413,19.072 25.963,17.997 25.076,17.997H23.063C22.745,17.997 22.488,17.74 22.488,17.422C22.488,17.165 22.657,16.947 22.895,16.872L29.894,14.771C30.144,14.696 30.356,14.528 30.475,14.29C31.15,12.977 31.5,11.508 31.5,10.002C31.5,7.439 30.481,4.982 28.669,3.169L28.325,2.825C26.519,1.019 24.063,0 21.501,0C18.939,0 16.483,1.019 14.67,2.832L13.567,3.936L20.143,7.955C21.371,8.71 22.128,10.043 22.128,11.5C22.128,12.949 21.376,14.294 20.137,15.049L20.134,15.05L7.789,22.595Z"
android:fillColor="#ffffff"/>
<path
android:pathData="M6.157,1.752C5.493,1.343 4.657,1.33 3.979,1.712C3.3,2.093 2.878,2.812 2.878,3.594V19.406C2.878,20.188 3.3,20.907 3.979,21.288C4.657,21.67 6.157,21.248 6.157,21.248L19.095,13.342C19.737,12.951 20.128,12.255 20.128,11.5C20.128,10.745 19.737,10.054 19.095,9.658L6.157,1.752Z"
android:fillColor="#ffffff"/>
</group>
</vector>
5 changes: 2 additions & 3 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<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_foreground" />
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
5 changes: 2 additions & 3 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<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_foreground" />
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
Binary file modified app/src/main/res/mipmap-hdpi/ic_launcher.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-mdpi/ic_launcher.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
Binary file not shown.
4 changes: 4 additions & 0 deletions app/src/main/res/values/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#C63A3A</color>
</resources>

0 comments on commit fdcd4b9

Please sign in to comment.