Fix condition title not fully shown in biggest font.

- update the title height to be wrapped-content so that the height will
increase accordingly if the font size is very large.

Change-Id: I293eeba72414b3cfa004889ed39ec274fb70066d
Fixes: 78525649
Test: visual
This commit is contained in:
Doris Ling
2018-05-03 15:06:04 -07:00
parent 21ca611203
commit c9e873d062

View File

@@ -23,7 +23,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="36dp"
android:layout_height="wrap_content"
android:minHeight="36dp"
android:background="?android:attr/selectableItemBackground"
android:orientation="horizontal">