🚀 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
|
contentAlignment = Alignment.Center
|
||||||
) {
|
) {
|
||||||
Icon(
|
Icon(
|
||||||
painterResource(id = R.drawable.app_icon_monochrome),
|
painterResource(id = R.drawable.app_icon),
|
||||||
contentDescription = stringResource(id = R.string.app_icon_content_desc),
|
contentDescription = stringResource(id = R.string.app_icon_content_desc),
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.padding(14.dp)
|
.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"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item
|
<item
|
||||||
android:drawable="@drawable/app_icon_colored"
|
android:drawable="@drawable/app_icon"
|
||||||
android:height="80.dp"
|
android:height="80.dp"
|
||||||
android:width="80.dp"
|
android:width="80.dp"
|
||||||
android:gravity="center" />
|
android:gravity="center" />
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<background android:drawable="@color/app_icon_background" />
|
<background android:drawable="@color/app_icon_background" />
|
||||||
<foreground android:drawable="@mipmap/app_icon_foreground" />
|
<foreground android:drawable="@mipmap/app_icon_foreground" />
|
||||||
<monochrome android:drawable="@mipmap/app_icon_monochrome" />
|
<monochrome android:drawable="@mipmap/app_icon_foreground" />
|
||||||
</adaptive-icon>
|
</adaptive-icon>
|
||||||
|
|
@ -2,5 +2,5 @@
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<background android:drawable="@color/app_icon_background" />
|
<background android:drawable="@color/app_icon_background" />
|
||||||
<foreground android:drawable="@mipmap/app_icon_foreground" />
|
<foreground android:drawable="@mipmap/app_icon_foreground" />
|
||||||
<monochrome android:drawable="@mipmap/app_icon_monochrome" />
|
<monochrome android:drawable="@mipmap/app_icon_foreground" />
|
||||||
</adaptive-icon>
|
</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 |