Merge branch '2148-shrink-hotspot-qr-codes' into 'master'

Shrink QR code to avoid scrolling

Closes #2148

See merge request briar/briar!1528
This commit is contained in:
Torsten Grote
2021-08-31 12:21:16 +00:00
5 changed files with 16 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
android:fillViewport="true">
<androidx.constraintlayout.widget.ConstraintLayout

View File

@@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
android:fillViewport="true">
<androidx.constraintlayout.widget.ConstraintLayout