From 4abaeed32fe0e600645ff1eec973d2553fd0913b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= Date: Tue, 22 Jun 2021 09:46:34 +0200 Subject: [PATCH] Fix background color of cardview for qr code --- briar-android/src/main/res/layout/fragment_hotspot_qr.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/briar-android/src/main/res/layout/fragment_hotspot_qr.xml b/briar-android/src/main/res/layout/fragment_hotspot_qr.xml index 4a55b0641..d25de032d 100644 --- a/briar-android/src/main/res/layout/fragment_hotspot_qr.xml +++ b/briar-android/src/main/res/layout/fragment_hotspot_qr.xml @@ -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"