Great Update to the source
This commit is contained in:
14
libraries/FloatingActionButton/res/values/attrs.xml
Normal file
14
libraries/FloatingActionButton/res/values/attrs.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
|
||||
<declare-styleable name="FloatingActionButton">
|
||||
<attr name="drawable" format="integer"/>
|
||||
<attr name="color" format="color"/>
|
||||
<attr name="shadowRadius" format="float"/>
|
||||
<attr name="shadowDx" format="float"/>
|
||||
<attr name="shadowDy" format="float"/>
|
||||
<attr name="shadowColor" format="integer"/>
|
||||
</declare-styleable>
|
||||
|
||||
</resources>
|
Reference in New Issue
Block a user