mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed status bar color in dark mode when using a non-default theme
This commit is contained in:
parent
2cef97bce1
commit
a9c28aa1aa
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<!-- Base application theme. -->
|
||||
<style name="Theme.Linphone" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
<!-- Status bar color. -->
|
||||
<item name="android:statusBarColor">@color/orange_main_500</item>
|
||||
<item name="android:statusBarColor">?attr/color_main1_500</item>
|
||||
<!-- https://developer.android.com/guide/topics/display-cutout#best_practices_for_display_cutout_support -->
|
||||
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
||||
<!-- Customize your theme here. -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue