diff --git a/core/res/res/layout/transient_notification.xml b/core/res/res/layout/transient_notification.xml index 8a3d73491af37..3259201f6e9bf 100644 --- a/core/res/res/layout/transient_notification.xml +++ b/core/res/res/layout/transient_notification.xml @@ -40,6 +40,5 @@ android:maxLines="2" android:paddingTop="12dp" android:paddingBottom="12dp" - android:lineHeight="20sp" android:textAppearance="@style/TextAppearance.Toast"/> diff --git a/core/res/res/values/styles.xml b/core/res/res/values/styles.xml index bac9cf23b1764..9553f95fe5c91 100644 --- a/core/res/res/values/styles.xml +++ b/core/res/res/values/styles.xml @@ -966,6 +966,7 @@ please see styles_device_defaults.xml. diff --git a/packages/SystemUI/res/layout/text_toast.xml b/packages/SystemUI/res/layout/text_toast.xml index 49b182addd059..a3fe8efa48bfd 100644 --- a/packages/SystemUI/res/layout/text_toast.xml +++ b/packages/SystemUI/res/layout/text_toast.xml @@ -45,6 +45,5 @@ android:maxLines="2" android:paddingTop="12dp" android:paddingBottom="12dp" - android:lineHeight="20sp" android:textAppearance="@*android:style/TextAppearance.Toast"/>