Adjust layout weights when resizing QR code view.

This commit is contained in:
akwizgran
2018-03-20 15:22:58 +00:00
parent 4d97cad842
commit 9b253fc965
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