[Settings] Set the height as WRAP_CONTENT
Screenshot: https://hsv.googleplex.com/5975564079857664 Bug: 262337876 Test: manual Change-Id: I1d40d71e39da9ce9096ea813df4ce5862dbc9f9b
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/text_layout"
|
android:id="@+id/text_layout"
|
||||||
android:layout_width="0dip"
|
android:layout_width="0dip"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user