12 lines
307 B
XML
12 lines
307 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
|
||
|
<declare-styleable name="Theme">
|
||
|
|
||
|
<attr name="fabTextColor" format="reference"/>
|
||
|
<attr name="fabLabelBackgroundColor" format="reference"/>
|
||
|
<attr name="fabShadowColor" format="reference"/>
|
||
|
|
||
|
</declare-styleable>
|
||
|
|
||
|
</resources>
|