xref: /aosp_15_r20/development/samples/training/notify-user/res/values/styles.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
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>