Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b562c3a0 authored by Wesley.CW Wang's avatar Wesley.CW Wang Committed by Wesley Wang
Browse files

Make LayoutPreference summary text support multiple lines

 Screenshot: https://screenshot.googleplex.com/9YWMSQ4Q8DRd7G9.png

Bug: 178197718
Test: make SettingsLibRoboTests
Change-Id: Ib20e9b383eda884ac53cd8bce1aff998719f400d
parent 6bc439fa
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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"