Adjust layout weights when resizing QR code view.

This commit is contained in:
akwizgran
2018-03-20 15:22:58 +00:00
parent 2c4d5680a6
commit 0d5d1f4cb2
3 changed files with 18 additions and 9 deletions

View File

@@ -15,7 +15,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:weightSum="2"
android:baselineAligned="false">
<LinearLayout

View File

@@ -15,7 +15,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:weightSum="2"
android:baselineAligned="false">
<LinearLayout