Skip to content

Commit 3f89925

Browse files
committed
refactor: updated app icon
1 parent 0d3d102 commit 3f89925

18 files changed

Lines changed: 11 additions & 4 deletions

app/src/main/res/drawable/ic_launcher_background.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@
66
android:width="108dp"
77
android:height="108dp" />
88

9-
<solid android:color="@color/md_theme_light_secondaryContainer" />
9+
<gradient
10+
android:centerX="50%"
11+
android:centerY="120%"
12+
android:gradientRadius="100%p"
13+
android:startColor="@color/colorPrimary"
14+
android:centerColor="@color/md_theme_light_primaryContainer"
15+
android:endColor="@color/white"
16+
android:type="radial" />
1017
</shape>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@drawable/ic_launcher_background"/>
4-
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
3+
<background android:drawable="@drawable/ic_launcher_background" />
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
55
<monochrome android:drawable="@drawable/ic_launcher_foreground_monochrome" />
66
</adaptive-icon>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@drawable/ic_launcher_background" />
4-
<foreground android:drawable="@drawable/ic_launcher_foreground" />
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
55
<monochrome android:drawable="@drawable/ic_launcher_foreground_monochrome" />
66
</adaptive-icon>
4.58 KB
Loading
3.98 KB
Loading
4.58 KB
Loading
2.8 KB
Loading
2.12 KB
Loading
2.8 KB
Loading
6.68 KB
Loading

0 commit comments

Comments
 (0)