You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
546 B
15 lines
546 B
7 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
|
||
|
<style name="AppTheme" parent="android:Theme.Light" />
|
||
|
|
||
|
<style name="NotificationText">
|
||
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
||
|
</style>
|
||
|
<style name="NotificationTitle">
|
||
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
||
|
<item name="android:textStyle">bold</item>
|
||
|
</style>
|
||
|
<!-- If you want a slightly different color for some text,
|
||
|
consider using ?android:attr/textColorSecondary -->
|
||
|
</resources>
|