Skip to content

Commit

Permalink
feat: new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Mar 11, 2024
1 parent 72a8498 commit d66d225
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 29 deletions.
20 changes: 0 additions & 20 deletions app/src/main/res/drawable/ic_launcher_circle.xml

This file was deleted.

7 changes: 2 additions & 5 deletions app/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:fillColor="#808080"
android:pathData="M0,0h108v54h-108z" />
<path
android:fillColor="#ffffff"
android:pathData="M40,54h8v54h-8z" />
android:pathData="M40,39h8v30h-8z" />
<path
android:fillColor="#ffffff"
android:pathData="M60,54h8v54h-8z" />
android:pathData="M60,39h8v30h-8z" />
</vector>
4 changes: 2 additions & 2 deletions app/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
@@ -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 -->
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -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 -->
Expand Down

0 comments on commit d66d225

Please sign in to comment.