Fix style

This commit is contained in:
J-Jamet
2020-04-04 18:42:35 +02:00
parent 47fffbadb5
commit 75df3e81fe

View File

@@ -265,12 +265,12 @@
<item name="android:textColorPrimary">@color/green</item> <item name="android:textColorPrimary">@color/green</item>
<item name="android:background">@color/background_light</item> <item name="android:background">@color/background_light</item>
</style> </style>
<style name="KeepassDXStyle.Night.Dialog" parent="Theme.AppCompat.DayNight.Dialog.Alert"> <style name="KeepassDXStyle.Night.Dialog" parent="Theme.AppCompat.Dialog.Alert">
<item name="colorAccent">@color/orange</item> <item name="colorAccent">@color/orange</item>
<item name="android:textColorPrimary">@color/green</item> <item name="android:textColorPrimary">@color/green</item>
<item name="android:background">@color/background_night</item> <item name="android:background">@color/background_night</item>
</style> </style>
<style name="KeepassDXStyle.Black.Dialog" parent="Theme.AppCompat.DayNight.Dialog.Alert"> <style name="KeepassDXStyle.Black.Dialog" parent="Theme.AppCompat.Dialog.Alert">
<item name="colorAccent">@color/orange_dark</item> <item name="colorAccent">@color/orange_dark</item>
<item name="android:textColorPrimary">@color/green_dark</item> <item name="android:textColorPrimary">@color/green_dark</item>
<item name="android:background">@color/black</item> <item name="android:background">@color/black</item>
@@ -280,7 +280,7 @@
<item name="android:textColorPrimary">@color/green_dark</item> <item name="android:textColorPrimary">@color/green_dark</item>
<item name="android:windowBackground">@color/background_light</item> <item name="android:windowBackground">@color/background_light</item>
</style> </style>
<style name="KeepassDXStyle.Night.DateTime.Dialog" parent="Theme.AppCompat.DayNight.Dialog.Alert"> <style name="KeepassDXStyle.Night.DateTime.Dialog" parent="Theme.AppCompat.Dialog.Alert">
<item name="colorAccent">@color/orange_dark</item> <item name="colorAccent">@color/orange_dark</item>
<item name="android:textColorPrimary">@color/green_light</item> <item name="android:textColorPrimary">@color/green_light</item>
<item name="android:windowBackground">@color/background_night</item> <item name="android:windowBackground">@color/background_night</item>