1. Change app name to '轻记账' 2. Add custom app icon with Material Design style 3. Update launcher icons for all densities
15 lines
451 B
XML
15 lines
451 B
XML
<?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="#E8DEF8"
|
|
android:pathData="M0,0h108v108h-108z" />
|
|
<path
|
|
android:fillColor="#6750A4"
|
|
android:pathData="M0,0h108v54h-108z"
|
|
android:alpha="0.3"/>
|
|
</vector>
|