mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Adjust layout weights when resizing QR code view.
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="horizontal"
|
||||
android:weightSum="2"
|
||||
android:baselineAligned="false">
|
||||
|
||||
<LinearLayout
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:weightSum="2"
|
||||
android:baselineAligned="false">
|
||||
|
||||
<LinearLayout
|
||||
|
||||
Reference in New Issue
Block a user