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:
Wesley.CW Wang
2021-04-23 20:42:54 +08:00
committed by Wesley Wang
parent 6bc439fa55
commit b562c3a0ae

View File

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