feat: new icon

This commit is contained in:
lisonge 2024-03-11 17:42:24 +08:00
parent 72a8498fb1
commit d66d225f37
4 changed files with 7 additions and 30 deletions

View File

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<vector
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:fillColor="#ffffff"
android:pathData="M25,27h8v54h-8z" />
<path
android:fillColor="#ffffff"
android:pathData="M75,27h8v54h-8z" />
</vector>
</item>
</layer-list>

View File

@ -4,12 +4,9 @@
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:fillColor="#808080"
android:pathData="M0,0h108v54h-108z" />
android:fillColor="#ffffff"
android:pathData="M40,39h8v30h-8z" />
<path
android:fillColor="#ffffff"
android:pathData="M40,54h8v54h-8z" />
<path
android:fillColor="#ffffff"
android:pathData="M60,54h8v54h-8z" />
android:pathData="M60,39h8v30h-8z" />
</vector>

View File

@ -1,10 +1,10 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<resources>
<style name="AppTheme" parent="android:Theme.Material.NoActionBar"></style>
<style name="SplashScreenTheme" parent="Theme.SplashScreen">
<item name="windowSplashScreenAnimatedIcon">
@drawable/ic_launcher_circle
@drawable/ic_launcher_foreground
</item>
<item name="windowSplashScreenAnimationDuration">1000</item>
<!-- postSplashScreenTheme must invoke installSplashScreen -->

View File

@ -1,10 +1,10 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<resources>
<style name="AppTheme" parent="android:Theme.Material.Light.NoActionBar"></style>
<style name="SplashScreenTheme" parent="Theme.SplashScreen">
<item name="windowSplashScreenAnimatedIcon">
@drawable/ic_launcher_circle
@drawable/ic_launcher_foreground
</item>
<item name="windowSplashScreenAnimationDuration">1000</item>
<!-- postSplashScreenTheme must invoke installSplashScreen -->