OSDN Git Service

Settings: Use standard small text for subtitle.
authorJohn Spurlock <jspurlock@google.com>
Wed, 4 Jun 2014 16:28:21 +0000 (12:28 -0400)
committerJohn Spurlock <jspurlock@google.com>
Wed, 4 Jun 2014 16:28:21 +0000 (12:28 -0400)
In App notifications.

Bug:15423920
Change-Id: I493189d92b4e1447c4dd40bd5070a36d2e176bb0

res/layout/notification_app.xml

index 8f5f8e6..6818a45 100644 (file)
@@ -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