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

Commit c680b768 authored by Roozbeh Pournader's avatar Roozbeh Pournader Committed by android-build-merger
Browse files

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

am: 51a8c19f

* commit '51a8c19f':
  Ellipsize Preference summaries

Change-Id: I320a1fc57f0f651577e1345334c3757730119f60
parents e7d59740 51a8c19f
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>