[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:
Zoey Chen
2023-01-16 18:42:02 +00:00
parent 0e15574e84
commit 9ce459ef5d

View File

@@ -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"