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:
@@ -21,7 +21,7 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/widget_text1"
|
||||
android:layout_width="0dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:layout_gravity="fill_horizontal|top"
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/widget_text2"
|
||||
android:layout_width="0dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:layout_marginStart="8dip"
|
||||
|
Reference in New Issue
Block a user