mirror of
https://github.com/Corewala/Buran
synced 2025-03-11 22:53:08 +00:00
Navbar color matches theme
This commit is contained in:
parent
1d174a8b77
commit
e876cdfa21
4 changed files with 6 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<color name="vibrant_stroke">#ffffff</color>
|
||||
<color name="themed_text">#ffffff</color>
|
||||
<color name="header_background">#1d1d1d</color>
|
||||
<color name="navigation_bar_background">#1d1d1d</color>
|
||||
<color name="stroke">#d2d2d2</color>
|
||||
|
||||
<color name="accessibility_button_background">#3A3A3A</color>
|
||||
</resources>
|
|
@ -8,6 +8,8 @@
|
|||
<item name="windowActionBar">false</item>
|
||||
<item name="windowNoTitle">true</item>
|
||||
<item name="android:windowLightStatusBar" tools:targetApi="m">false</item>
|
||||
<item name="android:windowLightNavigationBar" tools:targetApi="o_mr1">true</item>
|
||||
<item name="android:navigationBarColor">@color/navigation_bar_background</item>
|
||||
</style>
|
||||
|
||||
<style name="SettingsTheme" parent="@style/AppTheme">
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<color name="vibrant_stroke">#000000</color>
|
||||
<color name="themed_text">#000000</color>
|
||||
<color name="header_background">#ffffff</color>
|
||||
<color name="navigation_bar_background">#ffffff</color>
|
||||
<color name="stroke">#1d1d1d</color>
|
||||
<color name="accessibility_button_background">#f9dede</color>
|
||||
</resources>
|
|
@ -8,6 +8,8 @@
|
|||
<item name="windowActionBar">false</item>
|
||||
<item name="windowNoTitle">true</item>
|
||||
<item name="android:windowLightStatusBar" tools:targetApi="m">true</item>
|
||||
<item name="android:windowLightNavigationBar" tools:targetApi="o_mr1">true</item>
|
||||
<item name="android:navigationBarColor">@color/navigation_bar_background</item>
|
||||
</style>
|
||||
|
||||
<style name="SettingsTheme" parent="@style/AppTheme">
|
||||
|
|
Loading…
Add table
Reference in a new issue