Merge branch '2086-fix-margin-on-qr-cardview' into '1081-share-app-via-wifi-hotspot'

Fix background color of cardview for qr code

See merge request briar/briar!1487
This commit is contained in:
Torsten Grote
2021-06-22 11:49:58 +00:00

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"