mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix style
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user