fix(brand): отступы лого в иконке + новый логотип на сплэше
- ic_fg_<тема> уменьшены (196/432) — у логотипа появились поля от краёв подложки. - splash: windowSplashScreenAnimatedIcon → @drawable/splash_logo (новая монограмма, forest-цвет, т.к. сплэш показывается до загрузки темы); было @mipmap/ic_launcher. - дефолтная ic_launcher/round переведена на новый forest-логотип (недавние/настройки).
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 38 KiB |
BIN
app/src/main/res/drawable-nodpi/splash_logo.png
Normal file
|
After Width: | Height: | Size: 61 KiB |
@@ -1,6 +1,6 @@
|
||||
<?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="@mipmap/ic_launcher_foreground" />
|
||||
<monochrome android:drawable="@mipmap/ic_launcher_foreground" />
|
||||
<background android:drawable="@color/ic_bg_forest" />
|
||||
<foreground android:drawable="@drawable/ic_fg_forest" />
|
||||
<monochrome android:drawable="@drawable/ic_fg_forest" />
|
||||
</adaptive-icon>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?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="@mipmap/ic_launcher_foreground" />
|
||||
<monochrome android:drawable="@mipmap/ic_launcher_foreground" />
|
||||
<background android:drawable="@color/ic_bg_forest" />
|
||||
<foreground android:drawable="@drawable/ic_fg_forest" />
|
||||
<monochrome android:drawable="@drawable/ic_fg_forest" />
|
||||
</adaptive-icon>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
тёмный фон + наша иконка, затем переход в основную тему. -->
|
||||
<style name="Theme.Radiola.Splash" parent="Theme.SplashScreen">
|
||||
<item name="windowSplashScreenBackground">@color/brand_bg</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_logo</item>
|
||||
<item name="postSplashScreenTheme">@style/Theme.Radiola</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||