Merge "Manage education title and description are two lines and ellipsized" into rvc-dev am: df38e692a5 am: 2cfedf4f5b
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11886046 Change-Id: I7871e6a6f430bdf1dfb5d1c360ed52c8f6af6b90
This commit is contained in:
@@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user