🚀 New app icon
* Replaced old default icon with new(monochrome)
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
|
@ -98,7 +98,7 @@ private fun AboutScreen() {
|
|||
contentAlignment = Alignment.Center
|
||||
) {
|
||||
Icon(
|
||||
painterResource(id = R.drawable.app_icon_monochrome),
|
||||
painterResource(id = R.drawable.app_icon),
|
||||
contentDescription = stringResource(id = R.string.app_icon_content_desc),
|
||||
modifier = Modifier
|
||||
.padding(14.dp)
|
||||
|
|
|
|||
BIN
app/src/main/res/drawable/app_icon.png
Normal file
|
After Width: | Height: | Size: 9 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 9.2 KiB |
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:drawable="@drawable/app_icon_colored"
|
||||
android:drawable="@drawable/app_icon"
|
||||
android:height="80.dp"
|
||||
android:width="80.dp"
|
||||
android:gravity="center" />
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/app_icon_background" />
|
||||
<foreground android:drawable="@mipmap/app_icon_foreground" />
|
||||
<monochrome android:drawable="@mipmap/app_icon_monochrome" />
|
||||
<monochrome android:drawable="@mipmap/app_icon_foreground" />
|
||||
</adaptive-icon>
|
||||
|
|
@ -2,5 +2,5 @@
|
|||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/app_icon_background" />
|
||||
<foreground android:drawable="@mipmap/app_icon_foreground" />
|
||||
<monochrome android:drawable="@mipmap/app_icon_monochrome" />
|
||||
<monochrome android:drawable="@mipmap/app_icon_foreground" />
|
||||
</adaptive-icon>
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 556 B |
|
Before Width: | Height: | Size: 350 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 372 B |
|
Before Width: | Height: | Size: 248 B |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 684 B |
|
Before Width: | Height: | Size: 462 B |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 998 B |
|
Before Width: | Height: | Size: 722 B |
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1,020 B |