2017-02-02 09:01:34 +11:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2017-02-13 16:18:17 +11:00
|
|
|
|
2018-06-25 21:02:34 +10:00
|
|
|
<declare-styleable name="LicenseCard">
|
|
|
|
<attr name="name" format="string|reference" />
|
|
|
|
<attr name="license" format="string|reference" />
|
|
|
|
<attr name="link" format="string|reference" />
|
|
|
|
<attr name="description" format="string|reference" />
|
2017-02-13 16:18:17 +11:00
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<!--Themed Attributes-->
|
2020-01-31 07:37:28 +11:00
|
|
|
<attr name="colorBackgroundAccent" format="reference|color" />
|
2021-09-18 06:12:17 +10:00
|
|
|
<attr name="colorBackgroundHighlight" format="reference|color" />
|
2020-01-31 07:37:28 +11:00
|
|
|
<attr name="textColorDisabled" format="reference|color" />
|
|
|
|
<attr name="iconColor" format="reference|color" />
|
|
|
|
<attr name="windowBackgroundColor" format="reference|color" />
|
2020-02-15 05:03:18 +11:00
|
|
|
<attr name="dividerColor" format="reference|color" />
|
2017-02-13 16:18:17 +11:00
|
|
|
|
2017-12-02 07:52:10 +11:00
|
|
|
<attr name="status_text_small" format="dimension" />
|
|
|
|
<attr name="status_text_medium" format="dimension" />
|
|
|
|
<attr name="status_text_large" format="dimension" />
|
|
|
|
|
2017-02-02 09:01:34 +11:00
|
|
|
</resources>
|