Add a rounded icon and move icons to mipmap from drawable.
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:icon="@drawable/icon_512"
|
android:icon="@mipmap/icon_512"
|
||||||
|
android:roundIcon="@mipmap/icon_rounded_512"
|
||||||
android:label="@string/appName"
|
android:label="@string/appName"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/InfiniteTimer"
|
android:theme="@style/InfiniteTimer"
|
||||||
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
BIN
app/src/main/res/mipmap/icon_rounded.png
Normal file
BIN
app/src/main/res/mipmap/icon_rounded.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
app/src/main/res/mipmap/icon_rounded_512.png
Normal file
BIN
app/src/main/res/mipmap/icon_rounded_512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
gimp/icon20250713.xcf
Normal file
BIN
gimp/icon20250713.xcf
Normal file
Binary file not shown.
BIN
gimp/infinitetimer_rounded.png
Normal file
BIN
gimp/infinitetimer_rounded.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
gimp/infinitetimer_rounded_512.png
Normal file
BIN
gimp/infinitetimer_rounded_512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user