am 361ab014: am 427a61c4: am ce901474: am 9511a14d: Merge "Update notif text colors for L. b/17515503" into ub-gmail-ur14-dev

* commit '361ab01436e6e47d6ee670f48ad6216f6a852feb':
  Update notif text colors for L. b/17515503
diff --git a/res/values-v21/styles.xml b/res/values-v21/styles.xml
index 012a0c7..323c23d 100644
--- a/res/values-v21/styles.xml
+++ b/res/values-v21/styles.xml
@@ -42,4 +42,12 @@
     <style name="BorderlessBackground">
         <item name="android:background">?android:attr/selectableItemBackgroundBorderless</item>
     </style>
+
+    <style name="NotificationPrimaryText">
+        <item name="android:textColor">@color/text_color_black</item>
+    </style>
+
+    <style name="NotificationSecondaryText">
+        <item name="android:textColor">@color/text_color_grey</item>
+    </style>
 </resources>