Merge "Make LayoutPreference summary text support multiple lines" into sc-dev

This commit is contained in:
Wesley Wang
2021-04-27 13:22:54 +00:00
committed by Android (Google) Code Review

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"