summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-06-04 12:28:21 -0400
committerJohn Spurlock <jspurlock@google.com>2014-06-04 12:28:21 -0400
commit5b82f4f2c7cd977c19785675122bfed287c1ab19 (patch)
treebc44f7a57e772f8e2c63e6790e75daa819b341cd /res
parent5b210dd572d511c9f57012588745eb99410a7181 (diff)
downloadpackages_apps_Settings-5b82f4f2c7cd977c19785675122bfed287c1ab19.zip
packages_apps_Settings-5b82f4f2c7cd977c19785675122bfed287c1ab19.tar.gz
packages_apps_Settings-5b82f4f2c7cd977c19785675122bfed287c1ab19.tar.bz2
Settings: Use standard small text for subtitle.
In App notifications. Bug:15423920 Change-Id: I493189d92b4e1447c4dd40bd5070a36d2e176bb0
Diffstat (limited to 'res')
-rw-r--r--res/layout/notification_app.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/notification_app.xml b/res/layout/notification_app.xml
index 8f5f8e6..6818a45 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" />
</RelativeLayout>
<View