13 lines
433 B
XML
Raw Normal View History

2014-09-25 14:19:23 +02:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="FloatingActionButton">
<attr name="drawable" format="integer"/>
2014-10-25 14:35:31 +02:00
<attr name="colour" format="color"/>
2014-09-25 14:19:23 +02:00
<attr name="shadowRadius" format="float"/>
<attr name="shadowDx" format="float"/>
<attr name="shadowDy" format="float"/>
<attr name="shadowColor" format="integer"/>
</declare-styleable>
</resources>