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

Commit d56d15f0 authored by Alex Mang's avatar Alex Mang Committed by Automerger Merge Worker
Browse files

Merge "Manage education title and description are two lines and ellipsized"...

Merge "Manage education title and description are two lines and ellipsized" into rvc-dev am: df38e692 am: 7eff8498

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11886046

Change-Id: Id0c3b22a0c347bd92f0a92721f00e787b5e28a0b
parents 38826e76 7eff8498
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -41,7 +41,8 @@
            android:paddingStart="16dp"
            android:paddingBottom="16dp"
            android:fontFamily="@*android:string/config_bodyFontFamilyMedium"
            android:maxLines="1"
            android:maxLines="2"
            android:ellipsize="end"
            android:text="@string/bubbles_user_education_manage_title"
            android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Headline"/>

@@ -52,6 +53,8 @@
            android:paddingStart="16dp"
            android:paddingBottom="24dp"
            android:text="@string/bubbles_user_education_manage"
            android:maxLines="2"
            android:ellipsize="end"
            android:fontFamily="@*android:string/config_bodyFontFamily"
            android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Body2"/>