mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Change purple background cardview
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
<color name="background_night">#303030</color>
|
||||
<color name="background_dark">#000000</color>
|
||||
<color name="background_purple">#F2EDFA</color>
|
||||
<color name="background_purple_light">#F7F3FD</color>
|
||||
|
||||
<color name="icon_background">#555555</color>
|
||||
<color name="icon_text">#000000</color>
|
||||
|
||||
@@ -69,6 +69,6 @@
|
||||
</style>
|
||||
<!-- CardView -->
|
||||
<style name="KeepassDXStyle.Cardview.Purple" parent="CardView">
|
||||
<item name="cardBackgroundColor">@color/white</item>
|
||||
<item name="cardBackgroundColor">@color/background_purple_light</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user