Make LayoutPreference summary text support multiple lines
Screenshot: https://screenshot.googleplex.com/9YWMSQ4Q8DRd7G9.png Bug: 178197718 Test: make SettingsLibRoboTests Change-Id: Ib20e9b383eda884ac53cd8bce1aff998719f400d
This commit is contained in:
committed by
Wesley Wang
parent
6bc439fa55
commit
b562c3a0ae
@@ -64,7 +64,9 @@
|
||||
style="@style/TextAppearance.EntityHeaderSummary"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="2dp"/>
|
||||
android:layout_marginTop="2dp"
|
||||
android:singleLine="false"
|
||||
android:textAlignment="center"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/entity_header_second_summary"
|
||||
|
||||
Reference in New Issue
Block a user