d07c1b098e
* Highlight your own votes when displaying poll results * Unbreak tests * Add a checkmark to the description of self-voted options
23 lines
No EOL
946 B
XML
23 lines
No EOL
946 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<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" />
|
|
</declare-styleable>
|
|
|
|
<!--Themed Attributes-->
|
|
<attr name="colorBackgroundAccent" format="reference|color" />
|
|
<attr name="colorBackgroundHighlight" format="reference|color" />
|
|
<attr name="textColorDisabled" format="reference|color" />
|
|
<attr name="iconColor" format="reference|color" />
|
|
<attr name="windowBackgroundColor" format="reference|color" />
|
|
<attr name="dividerColor" format="reference|color" />
|
|
|
|
<attr name="status_text_small" format="dimension" />
|
|
<attr name="status_text_medium" format="dimension" />
|
|
<attr name="status_text_large" format="dimension" />
|
|
|
|
</resources> |