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

Commit 1b3881ec authored by alexmang's avatar alexmang
Browse files

Manage education title and description are two lines and ellipsized

Bug: 159103287
Change-Id: I1e8fc07c1beda103577a819ce3a27c443c65adb2
parent 80bf9c82
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"/>