mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Added splashscreen branding image
This commit is contained in:
parent
efbcfee316
commit
9df97d7594
6 changed files with 47 additions and 0 deletions
BIN
app/src/main/res/drawable/linphone_splashscreen_branding.png
Normal file
BIN
app/src/main/res/drawable/linphone_splashscreen_branding.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
10
app/src/main/res/values-night-v31/themes.xml
Normal file
10
app/src/main/res/values-night-v31/themes.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<resources>
|
||||
<style name="AppSplashScreenTheme" parent="Theme.SplashScreen">
|
||||
<item name="windowSplashScreenBackground">@color/black</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@drawable/linphone_splashscreen</item>
|
||||
<item name="postSplashScreenTheme">@style/Theme.Linphone</item>
|
||||
<item name="android:windowSplashScreenBrandingImage">
|
||||
@drawable/linphone_splashscreen_branding
|
||||
</item>
|
||||
</style>
|
||||
</resources>
|
||||
13
app/src/main/res/values-night-v33/themes.xml
Normal file
13
app/src/main/res/values-night-v33/themes.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="AppSplashScreenTheme" parent="Theme.SplashScreen">
|
||||
<item name="windowSplashScreenBackground">@color/black</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@drawable/linphone_splashscreen</item>
|
||||
<item name="postSplashScreenTheme">@style/Theme.Linphone</item>
|
||||
<item name="android:windowSplashScreenBrandingImage">
|
||||
@drawable/linphone_splashscreen_branding
|
||||
</item>
|
||||
<item name="android:windowSplashScreenBehavior">icon_preferred</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
|
@ -4,6 +4,7 @@
|
|||
<item name="windowSplashScreenAnimatedIcon">@drawable/linphone_splashscreen</item>
|
||||
<item name="postSplashScreenTheme">@style/Theme.Linphone</item>
|
||||
</style>
|
||||
|
||||
<!-- Base application theme. -->
|
||||
<style name="Theme.Linphone" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
<!-- Status bar color. -->
|
||||
|
|
|
|||
10
app/src/main/res/values-v31/themes.xml
Normal file
10
app/src/main/res/values-v31/themes.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<resources>
|
||||
<style name="AppSplashScreenTheme" parent="Theme.SplashScreen">
|
||||
<item name="windowSplashScreenBackground">@color/white</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@drawable/linphone_splashscreen</item>
|
||||
<item name="postSplashScreenTheme">@style/Theme.Linphone</item>
|
||||
<item name="android:windowSplashScreenBrandingImage">
|
||||
@drawable/linphone_splashscreen_branding
|
||||
</item>
|
||||
</style>
|
||||
</resources>
|
||||
13
app/src/main/res/values-v33/themes.xml
Normal file
13
app/src/main/res/values-v33/themes.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="AppSplashScreenTheme" parent="Theme.SplashScreen">
|
||||
<item name="windowSplashScreenBackground">@color/white</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@drawable/linphone_splashscreen</item>
|
||||
<item name="postSplashScreenTheme">@style/Theme.Linphone</item>
|
||||
<item name="android:windowSplashScreenBrandingImage">
|
||||
@drawable/linphone_splashscreen_branding
|
||||
</item>
|
||||
<item name="android:windowSplashScreenBehavior">icon_preferred</item>
|
||||
</style>
|
||||
</resources>
|
||||
Loading…
Add table
Reference in a new issue