9 lines
393 B
XML
9 lines
393 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="Theme">
|
|
<attr name="colorAccentDark" format="reference|color" />
|
|
<attr name="bottomBarBackground" format="reference|color" />
|
|
<attr name="toolbarPopupTheme" format="reference|color" />
|
|
<attr name="webviewBackground" format="reference|color" />
|
|
</declare-styleable>
|
|
</resources> |