6 lines
190 B
XML
6 lines
190 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<declare-styleable name="Theme">
|
||
|
<attr name="colorAccentDark" format="reference|color" />
|
||
|
</declare-styleable>
|
||
|
</resources>
|