Updated on 2026-08-14
This commit is contained in:
parent
dca398ca95
commit
9e80fccbbd
9 changed files with 34 additions and 26 deletions
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:drawable="@drawable/splash_logo"
|
||||
android:insetLeft="48dp"
|
||||
android:insetRight="48dp"
|
||||
android:insetTop="48dp"
|
||||
android:insetBottom="48dp"/>
|
||||
android:insetLeft="55dp"
|
||||
android:insetRight="55dp"
|
||||
android:insetTop="55dp"
|
||||
android:insetBottom="55dp"/>
|
||||
|
||||
<!-- image should fit exactly in square 192x192 dp-->
|
||||
<!-- (192 - splash_logo_side)/2 = 48dp -->
|
||||
<!-- (192 - splash_logo_side)/2 = 55dp -->
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="96dp"
|
||||
android:height="96dp"
|
||||
android:viewportWidth="450"
|
||||
android:viewportHeight="450">
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M284.96,82H165.04C146.12,82 136.67,82 129.44,85.68C123.08,88.93 117.91,94.08 114.68,100.44C111,107.67 111,117.12 111,136.04V156.1H339V136.04C339,117.12 339,107.67 335.32,100.44C332.07,94.08 326.92,88.91 320.56,85.68C313.33,82 303.88,82 284.96,82Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M262.99,218.8H338.99V312.96C338.99,331.88 338.99,341.33 335.31,348.56C332.07,354.92 326.91,360.09 320.56,363.32C313.32,367 303.87,367 284.95,367H263.01L262.99,218.8Z" />
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M111,218.8H186.99V367H165.04C146.12,367 136.67,367 129.44,363.32C123.08,360.09 117.93,354.92 114.68,348.56C111,341.33 111,331.88 111,312.96V218.8Z" />
|
||||
</vector>
|
||||
|
|
@ -26,6 +26,4 @@
|
|||
<color name="text_primary_1">#1E1E1E</color>
|
||||
<color name="text_secondary">#656565</color>
|
||||
|
||||
<color name="background_splash">#000000</color>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
</style>
|
||||
|
||||
<style name="SplashTheme" parent="Theme.SplashScreen">
|
||||
<item name="windowSplashScreenBackground">@color/background_splash</item>
|
||||
<item name="windowSplashScreenBackground">@color/background_primary</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@drawable/inset_splash</item>
|
||||
<item name="postSplashScreenTheme">@style/AppTheme</item>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue