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

@@ -18,7 +18,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:transitionName="card"
card_view:cardBackgroundColor="@android:color/white"
card_view:cardBackgroundColor="?attr/colorCardViewBackground"
card_view:cardElevation="2dp"
card_view:cardUseCompatPadding="true"
card_view:cardCornerRadius="4dp"