Allow give/take in app version/disabled fields

Switch to wrap_content so if one view is smaller, the other
can use its space.

Bug: 21901206
Change-Id: Ic69d2577c3291e6ed171caa0fa361ccc43eaf180
This commit is contained in:
Jason Monk
2015-06-18 10:36:39 -04:00
parent 2c55f738c4
commit 58f6728e6e

View File

@@ -21,7 +21,7 @@
<TextView <TextView
android:id="@+id/widget_text1" android:id="@+id/widget_text1"
android:layout_width="0dp" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:layout_gravity="fill_horizontal|top" android:layout_gravity="fill_horizontal|top"
@@ -34,7 +34,7 @@
<TextView <TextView
android:id="@+id/widget_text2" android:id="@+id/widget_text2"
android:layout_width="0dp" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:layout_marginStart="8dip" android:layout_marginStart="8dip"