From 5b82f4f2c7cd977c19785675122bfed287c1ab19 Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Wed, 4 Jun 2014 12:28:21 -0400 Subject: [PATCH] Settings: Use standard small text for subtitle. In App notifications. Bug:15423920 Change-Id: I493189d92b4e1447c4dd40bd5070a36d2e176bb0 --- res/layout/notification_app.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" />