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:
@@ -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">
|
||||
|
||||
|
Reference in New Issue
Block a user