Skip to content

Commit

Permalink
Merge pull request #1 from hendrawd/patch-1
Browse files Browse the repository at this point in the history
Fix typo that make this library broken
  • Loading branch information
sureshmaidaragi1919 authored Jun 12, 2020
2 parents 1b497c6 + c1e6297 commit 0c3d6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circulartimerview/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<attr name="progressText" format="string"/>
<attr name="suffix" format="string"/>
<attr name="prefix" format="string"/>
<attr name="isClockwise" fomat="boolean"/>
<attr name="startingPoint" fomat="enum">
<attr name="isClockwise" format="boolean"/>
<attr name="startingPoint" format="enum">
<enum name="top" value="270" />
<enum name="bottom" value="90" />
<enum name="right" value="0" />
Expand Down

0 comments on commit 0c3d6d9

Please sign in to comment.