Skip to content

Commit afb394a

Browse files
committed
Change the example app icon
1 parent 8ee93d9 commit afb394a

30 files changed

Lines changed: 55 additions & 212 deletions

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
<application
66
android:allowBackup="true"
7-
android:icon="@mipmap/ic_launcher"
7+
android:icon="@mipmap/ic_cv_launcher"
88
android:label="@string/app_name"
9-
android:roundIcon="@mipmap/ic_launcher_round"
9+
android:roundIcon="@mipmap/ic_cv_launcher_round"
1010
android:supportsRtl="true"
1111
android:theme="@style/AppTheme">
1212

24.1 KB
Loading
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
xmlns:aapt="http://schemas.android.com/aapt"
3+
android:width="108dp"
4+
android:height="108dp"
5+
android:viewportWidth="108"
6+
android:viewportHeight="108">
7+
<group android:scaleX="0.09667969"
8+
android:scaleY="0.09667969"
9+
android:translateX="29.25"
10+
android:translateY="29.25">
11+
<path
12+
android:pathData="M256,256m-256,0a256,256 0,1 1,512 0a256,256 0,1 1,-512 0">
13+
<aapt:attr name="android:fillColor">
14+
<gradient
15+
android:startY="53"
16+
android:startX="414"
17+
android:endY="444"
18+
android:endX="81"
19+
android:type="linear">
20+
<item android:offset="0" android:color="#FF2D2A2E"/>
21+
<item android:offset="1" android:color="#FF000000"/>
22+
</gradient>
23+
</aapt:attr>
24+
</path>
25+
<path
26+
android:pathData="M314.277,83.286C327.348,87.64 334.409,101.756 330.054,114.817L230.276,413.949C225.919,427.009 211.793,434.068 198.723,429.714C185.654,425.361 178.59,411.242 182.947,398.183L282.724,99.052C287.082,85.991 301.208,78.933 314.277,83.286ZM149.416,164.091C159.158,173.825 159.158,189.609 149.416,199.343L92.221,256.499L149.416,313.656C159.158,323.39 159.158,339.174 149.416,348.908C139.675,358.645 123.881,358.645 114.139,348.908L39.306,274.125C29.565,264.391 29.565,248.608 39.306,238.873L114.139,164.091C123.881,154.356 139.675,154.356 149.416,164.091ZM363.585,164.091C373.325,154.356 389.12,154.356 398.861,164.091L473.694,238.873C483.435,248.608 483.435,264.391 473.694,274.125L398.861,348.908C389.12,358.645 373.325,358.645 363.585,348.908C353.844,339.174 353.844,323.39 363.585,313.656L420.78,256.499L363.585,199.343C353.844,189.609 353.844,173.825 363.585,164.091Z"
27+
android:fillType="evenOdd">
28+
<aapt:attr name="android:fillColor">
29+
<gradient
30+
android:startY="257.908"
31+
android:startX="480.578"
32+
android:endY="257.907"
33+
android:endX="-9.85598"
34+
android:type="linear">
35+
<item android:offset="0" android:color="#FFFF6188"/>
36+
<item android:offset="1" android:color="#99AB9DF2"/>
37+
</gradient>
38+
</aapt:attr>
39+
</path>
40+
</group>
41+
</vector>

app/src/main/res/drawable-v24/ic_launcher_foreground.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.

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

Lines changed: 0 additions & 170 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/ic_cv_launcher_background"/>
4+
<foreground android:drawable="@drawable/ic_cv_launcher_foreground"/>
5+
</adaptive-icon>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/ic_cv_launcher_background"/>
4+
<foreground android:drawable="@drawable/ic_cv_launcher_foreground"/>
5+
</adaptive-icon>

app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.
4.94 KB
Loading

0 commit comments

Comments
 (0)