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 task manager
This commit is contained in:
parent
a278333eb4
commit
d8c406320c
3 changed files with 3 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
android:label="@string/app_name"
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
android:localeConfig="@xml/locales_config"
|
||||
tools:targetApi="34">
|
||||
tools:targetApi="35">
|
||||
|
||||
<!-- Required for chat message notifications to be displayed in Android auto -->
|
||||
<meta-data
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
<!-- Customize your theme here. -->
|
||||
<item name="android:windowActivityTransitions">true</item>
|
||||
<item name="android:windowBackground">@color/black</item>
|
||||
<item name="android:statusBarColor">?attr/color_main1_500</item>
|
||||
|
||||
<item name="color_main1_100">@color/orange_main_900</item>
|
||||
<item name="color_main1_100_alpha_50">@color/orange_main_100_alpha_50</item>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
<!-- Customize your theme here. -->
|
||||
<item name="android:windowActivityTransitions">true</item>
|
||||
<item name="android:windowBackground">@color/white</item>
|
||||
<item name="android:statusBarColor">?attr/color_main1_500</item>
|
||||
|
||||
<item name="color_main1_100">@color/orange_main_100</item>
|
||||
<item name="color_main1_100_alpha_50">@color/orange_main_100_alpha_50</item>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue