Make CardView background themeable

However, CardViews displaying QR codes keep a fixed white background.
This commit is contained in:
Thialfihar
2015-06-26 14:08:26 +02:00
parent 1c3fbe9bbe
commit 506630552a
5 changed files with 8 additions and 5 deletions

View File

@@ -13,5 +13,6 @@
<attr name="colorCardViewHeaderDivider" format="color" />
<attr name="colorText" format="color" />
<attr name="colorBrightToolbar" format="color" />
<attr name="colorCardViewBackground" format="color" />
</declare-styleable>
</resources>