2020-05-04 10:49:19 +02:00
|
|
|
<resources>
|
|
|
|
|
|
|
|
<attr name="dialogTitleBackground" format="reference" />
|
|
|
|
<attr name="dialogTitleColor" format="reference" />
|
|
|
|
<attr name="dialogTitleIconTint" format="reference" />
|
|
|
|
|
2022-01-31 22:22:20 +01:00
|
|
|
<declare-styleable name="NumberPicker">
|
|
|
|
<attr name="customContentDescription" format="string" />
|
|
|
|
</declare-styleable>
|
2022-03-07 14:56:17 +01:00
|
|
|
|
|
|
|
<!---Notification -->
|
|
|
|
<attr name="notificationUrgent" format="reference|color" />
|
|
|
|
<attr name="notificationNormal" format="reference|color" />
|
|
|
|
<attr name="notificationLow" format="reference|color" />
|
|
|
|
<attr name="notificationInfo" format="reference|color" />
|
|
|
|
<attr name="notificationAnnouncement" format="reference|color" />
|
|
|
|
|
2020-02-11 19:34:56 +01:00
|
|
|
</resources>
|