Skip to content

Commit

Permalink
Merge pull request #39 from hassenkassim/patch-1
Browse files Browse the repository at this point in the history
Fixed issue with pathWidth
  • Loading branch information
geftimov committed Nov 16, 2017
2 parents 58cc90e + 63ce418 commit 81b316b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Animate the "procentage" property to make the animation.
android:layout_height="150dp"
app:pathColor="@android:color/white"
app:svg="@raw/settings"
app:pathWidth="5"/>
app:pathWidth="5dp"/>
```
Result
Expand All @@ -32,7 +32,7 @@ Result
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:pathColor="@android:color/white"
app:pathWidth="3"/>
app:pathWidth="3dp"/>
```

In Code
Expand Down

0 comments on commit 81b316b

Please sign in to comment.