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

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

Merge "Ellipsize Preference summaries" into nyc-dev

am: 0ca3829d

* commit '0ca3829d':
  Ellipsize Preference summaries

Change-Id: I2e133df847bcfe1726edbaab6e08369374cff3c9
parents e3190c20 0ca3829d
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>