Bug 1843244 – fixed notch background color (#3077)

(cherry picked from commit 7c523f85e33674b5c3de6aedf53cc9d05d6b4178)

Co-authored-by: mike a <mavduevskiy@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
fenix/116.2.0
mergify[bot] 9 months ago committed by GitHub
parent 533e13f83c
commit 3044f52d08

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="NormalTheme" parent="NormalThemeBase" >
<!-- We have to pull in the changes from night/styles.xml to make
sure we also get them in night-v27+ -->
<item name="fenixWordmarkText">@drawable/ic_wordmark_text_private</item>
<item name="android:windowLayoutInDisplayCutoutMode">default</item>
</style>
</resources>

@ -20,4 +20,4 @@
<!-- Style the navigation bar -->
<item name="android:navigationBarColor">?attr/layer1</item>
</style>
</resources>
</resources>

@ -5,7 +5,5 @@
<resources>
<style name="SplashScreen" parent="SplashScreenThemeBase">
<item name="windowSplashScreenAnimatedIcon">@drawable/animated_splash_screen</item>
<!-- Splash screen is animated to maximum 12 seconds -->
<item name="windowSplashScreenAnimationDuration">12000</item>
</style>
</resources>

@ -12,6 +12,7 @@
<!-- Style the navigation bar -->
<item name="android:navigationBarDividerColor">@android:color/transparent</item>
<item name="android:windowLightNavigationBar">@bool/theme_is_light</item>
<item name="android:windowLayoutInDisplayCutoutMode">default</item>
</style>
<style name="PrivateTheme" parent="PrivateThemeBase">
@ -23,6 +24,14 @@
<!-- Style the navigation bar -->
<item name="android:navigationBarDividerColor">@android:color/transparent</item>
<item name="android:windowLightNavigationBar">false</item>
<item name="android:windowLayoutInDisplayCutoutMode">default</item>
</style>
<style name="SplashScreen" parent="SplashScreenThemeBase">
<item name="windowSplashScreenAnimatedIcon">@drawable/animated_splash_screen</item>
<!-- Splash screen is animated to maximum 12 seconds -->
<item name="windowSplashScreenAnimationDuration">12000</item>
<item name="android:windowLayoutInDisplayCutoutMode">default</item>
</style>
<style name="BottomSheetPrivate" parent="BottomSheetBasePrivate">

Loading…
Cancel
Save