chore(android): add adaptive launcher icon set

pull/14/head
alimu 2 weeks ago
parent b1b86487b7
commit 67f14790f4

@ -11,7 +11,9 @@
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.OnlineMsg">
<activity

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<gradient
android:angle="315"
android:startColor="#0A1128"
android:centerColor="#121C3B"
android:endColor="#18264A" />
</shape>

@ -0,0 +1,96 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:fillColor="#00000000"
android:pathData="M54,54m-30,0a30,30 0,1 1,60 0a30,30 0,1 1,-60 0"
android:strokeColor="#FF28E7FF"
android:strokeWidth="6" />
<path
android:fillColor="#00000000"
android:pathData="M54,54m-20,0a20,20 0,1 1,40 0a20,20 0,1 1,-40 0"
android:strokeColor="#FF223A65"
android:strokeWidth="2" />
<path
android:fillColor="#00000000"
android:pathData="M32,28H40"
android:strokeColor="#FF2A6AA0"
android:strokeLineCap="round"
android:strokeWidth="2" />
<path
android:fillColor="#00000000"
android:pathData="M68,28H76"
android:strokeColor="#FF2A6AA0"
android:strokeLineCap="round"
android:strokeWidth="2" />
<path
android:fillColor="#00000000"
android:pathData="M16,54H24"
android:strokeColor="#FF2A6AA0"
android:strokeLineCap="round"
android:strokeWidth="2" />
<path
android:fillColor="#00000000"
android:pathData="M84,54H92"
android:strokeColor="#FF2A6AA0"
android:strokeLineCap="round"
android:strokeWidth="2" />
<path
android:fillColor="#00000000"
android:pathData="M32,80H40"
android:strokeColor="#FF2A6AA0"
android:strokeLineCap="round"
android:strokeWidth="2" />
<path
android:fillColor="#00000000"
android:pathData="M68,80H76"
android:strokeColor="#FF2A6AA0"
android:strokeLineCap="round"
android:strokeWidth="2" />
<path
android:fillColor="#00000000"
android:pathData="M34,64V44"
android:strokeColor="#FF23E5FF"
android:strokeLineCap="round"
android:strokeWidth="5" />
<path
android:fillColor="#00000000"
android:pathData="M44,68V40"
android:strokeColor="#FF23E5FF"
android:strokeLineCap="round"
android:strokeWidth="5" />
<path
android:fillColor="#00000000"
android:pathData="M54,72V36"
android:strokeColor="#FF00FFA3"
android:strokeLineCap="round"
android:strokeWidth="5" />
<path
android:fillColor="#00000000"
android:pathData="M64,66V42"
android:strokeColor="#FF00FFA3"
android:strokeLineCap="round"
android:strokeWidth="5" />
<path
android:fillColor="#00000000"
android:pathData="M74,60V48"
android:strokeColor="#FF00FFA3"
android:strokeLineCap="round"
android:strokeWidth="5" />
</vector>

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_launcher_background" />
<item
android:drawable="@drawable/ic_launcher_foreground"
android:gravity="center" />
</layer-list>

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_launcher_background" />
<item
android:drawable="@drawable/ic_launcher_foreground"
android:gravity="center" />
</layer-list>
Loading…
Cancel
Save