Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <resources>
      3 
      4     <style name="AppTheme" parent="android:Theme.Light" />
      5 
      6     <style name="NotificationText">
      7       <item name="android:textColor">?android:attr/textColorPrimary</item>
      8     </style>
      9     <style name="NotificationTitle">
     10       <item name="android:textColor">?android:attr/textColorPrimary</item>
     11       <item name="android:textStyle">bold</item>
     12     </style>
     13     <!-- If you want a slightly different color for some text,
     14          consider using ?android:attr/textColorSecondary -->
     15 </resources>