Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Commit

Permalink
Fix gradlew permission
Browse files Browse the repository at this point in the history
  • Loading branch information
leinardi committed Mar 23, 2018
1 parent da8a822 commit fc642c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified gradlew
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion library/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<attr name="fab_title_cornerRadius" format="dimension"/>
<attr name="fab_enableTitleClick" format="boolean"/>
<attr name="fabSize" format="enum">
<enum name="auto" value="-1"/>
<enum name="normal" value="0"/>
<enum name="mini" value="1"/>
<enum name="auto" value="-1"/>
</attr>

</declare-styleable>
Expand Down

0 comments on commit fc642c2

Please sign in to comment.