Skip to content

Commit 63ce418

Browse files
authored
Fixed issue with pathWidth
pathWidth needs input in dp. Just added this to the readme file.
1 parent 58cc90e commit 63ce418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Animate the "procentage" property to make the animation.
1717
android:layout_height="150dp"
1818
app:pathColor="@android:color/white"
1919
app:svg="@raw/settings"
20-
app:pathWidth="5"/>
20+
app:pathWidth="5dp"/>
2121
```
2222
2323
Result
@@ -32,7 +32,7 @@ Result
3232
android:layout_width="wrap_content"
3333
android:layout_height="wrap_content"
3434
app:pathColor="@android:color/white"
35-
app:pathWidth="3"/>
35+
app:pathWidth="3dp"/>
3636
```
3737

3838
In Code

0 commit comments

Comments
 (0)