diff --git a/res/layout/notification_app.xml b/res/layout/notification_app.xml index 8f5f8e631e0..6818a458eea 100644 --- a/res/layout/notification_app.xml +++ b/res/layout/notification_app.xml @@ -53,8 +53,8 @@ android:ellipsize="end" android:singleLine="true" android:textAlignment="viewStart" - android:textColor="#888" - android:textAppearance="?android:attr/textAppearanceMedium" /> + android:textColor="?android:attr/textColorSecondary" + android:textAppearance="?android:attr/textAppearanceSmall" />