pull/594/head
jhengazuki 3 months ago
parent 4bdc8c43de
commit 4a66c24a31
  1. 2
      app/src/leanback/res/values/styles.xml
  2. BIN
      app/src/main/res/drawable-nodpi/ic_splash.png
  3. 24
      app/src/main/res/drawable/ic_launcher_foreground.xml
  4. 2
      app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
  5. 2
      app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
  6. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher.png
  7. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher.webp
  8. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp
  9. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_round.png
  10. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
  11. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher.webp
  12. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp
  13. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
  14. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher.png
  15. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher.webp
  16. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp
  17. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
  18. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
  19. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  20. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
  21. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp
  22. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
  23. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
  24. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  25. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
  26. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
  27. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
  28. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
  29. 2
      app/src/mobile/res/values/styles.xml
  30. 18
      other/image/logo-1.xml

@ -13,7 +13,7 @@
<item name="postSplashScreenTheme">@style/Theme.App</item>
<item name="windowSplashScreenBackground">@color/white</item>
<item name="windowSplashScreenIconBackgroundColor">@color/white</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_splash</item>
</style>
<style name="Theme.App" parent="Theme.Base" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

File diff suppressed because one or more lines are too long

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

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

@ -13,7 +13,7 @@
<item name="postSplashScreenTheme">@style/Theme.App</item>
<item name="windowSplashScreenBackground">@color/white</item>
<item name="windowSplashScreenIconBackgroundColor">@color/white</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_splash</item>
</style>
<style name="Theme.App" parent="Theme.Base" />

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save