Merge "[Settings] Set the height as WRAP_CONTENT"

This commit is contained in:
Zoey Chen
2023-01-17 12:12:43 +00:00
committed by Android (Google) Code Review

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"