Added branding image on splashscreen (Android 12+)
This commit is contained in:
parent
5d2c1cb5d1
commit
41dde17feb
3 changed files with 9 additions and 1 deletions
BIN
app/src/main/res/drawable-xhdpi/splashscreen_branding.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/splashscreen_branding.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -1,6 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<style name="FullScreenTheme" parent="@style/AppTheme">
|
<style name="FullScreenTheme" parent="@style/AppTheme">
|
||||||
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
||||||
<item name="android:windowTranslucentStatus">true</item>
|
<item name="android:windowTranslucentStatus">true</item>
|
||||||
|
|
9
app/src/main/res/values-v31/styles.xml
Normal file
9
app/src/main/res/values-v31/styles.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<resources>
|
||||||
|
<style name="AppSplashScreenTheme" parent="Theme.SplashScreen">
|
||||||
|
<item name="windowSplashScreenBackground">@color/dark_grey_color</item>
|
||||||
|
<item name="windowSplashScreenAnimatedIcon">@drawable/vector_linphone_logo</item>
|
||||||
|
<item name="postSplashScreenTheme">@style/AppTheme</item>
|
||||||
|
<item name="android:windowSplashScreenBrandingImage">@drawable/splashscreen_branding</item>
|
||||||
|
</style>
|
||||||
|
</resources>
|
Loading…
Reference in a new issue