Fix background color of cardview for qr code

This commit is contained in:
Sebastian Kürten
2021-06-22 09:46:34 +02:00
committed by Torsten Grote
parent 9192ee32cf
commit 4abaeed32f

View File

@@ -26,6 +26,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="16dp"
app:cardBackgroundColor="#ffffffff"
app:cardCornerRadius="16dp"
app:layout_constrainedHeight="true"
app:layout_constrainedWidth="true"