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

Commit daaa2eed authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Ellipsize Preference summaries" into nyc-dev am: 0ca3829d am:...

Merge "Merge "Ellipsize Preference summaries" into nyc-dev am: 0ca3829d am: 51a8c19f" into nyc-mr1-dev-plus-aosp
parents 6e5260f2 c680b768
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -67,7 +67,8 @@
            android:layout_alignStart="@id/title"
            android:textAppearance="?attr/textAppearanceListItemSecondary"
            android:textColor="?attr/textColorSecondary"
            android:maxLines="10" />
            android:maxLines="10"
            android:ellipsize="end" />

    </RelativeLayout>