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

@@ -28,7 +28,7 @@
android:id="@+id/certify_fingerprint_card"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardBackgroundColor="@android:color/white"
app:cardBackgroundColor="?attr/colorCardViewBackground"
app:cardUseCompatPadding="true"
app:cardCornerRadius="4dp"
android:layout_gravity="top">
@@ -151,4 +151,4 @@
</RelativeLayout>
</RelativeLayout>