Change purple background cardview

This commit is contained in:
J-Jamet
2020-09-01 00:19:00 +02:00
parent bc46737353
commit 229cf6bf5f
2 changed files with 2 additions and 1 deletions

View File

@@ -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>

View File

@@ -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>