mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-18 03:39:00 +00:00
Update deletion confirmation dark mode navigation bar colors
This commit is contained in:
parent
a872c1c9da
commit
6fb21fa0d0
3 changed files with 3 additions and 1 deletions
|
|
@ -28,6 +28,7 @@
|
|||
<color name="disabled_background">@color/gray_200</color>
|
||||
<color name="separator">@color/gray_200</color>
|
||||
<color name="system_bars">@color/gray_1</color>
|
||||
<color name="account_dialog_bars">@color/gray_1</color>
|
||||
<color name="habit_inactive_gray">@color/gray_10</color>
|
||||
<color name="equipment_overview_background">@color/gray_10</color>
|
||||
<color name="inverted_background">@color/gray_10</color>
|
||||
|
|
|
|||
|
|
@ -83,6 +83,7 @@
|
|||
<color name="disabled_background">@color/gray_400</color>
|
||||
<color name="separator">@color/gray_400</color>
|
||||
<color name="system_bars">@color/brand_200</color>
|
||||
<color name="account_dialog_bars">@color/white</color>
|
||||
<color name="equipment_overview_background">@color/gray_50</color>
|
||||
<color name="inverted_background">@color/gray_100</color>
|
||||
<color name="inverted_background_offset">@color/gray_200</color>
|
||||
|
|
|
|||
|
|
@ -391,7 +391,7 @@
|
|||
<item name="android:windowIsFloating">false</item>
|
||||
<item name="android:statusBarColor">@color/gray_2_alpha</item>
|
||||
<item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
|
||||
<item name="android:navigationBarColor">@color/white</item>
|
||||
<item name="android:navigationBarColor">@color/account_dialog_bars</item>
|
||||
</style>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue