Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aliab authored Sep 10, 2017
1 parent 970d23b commit 8932ccd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,18 @@ Then add the view to your layout:
app:centercircle_diammterer="1"
app:progress_color="#80CBC4"
app:progress_startAngle="40"
app:draw_anticlockwise="false"/>
app:draw_anticlockwise="false" />
```
## XML attributes

```xml
<info.abdolahi.CircularMusicProgressBar
...
app:border_color="#00796B"
app:border_width="2dp"
app:centercircle_diammterer="1"
app:progress_color="#80CBC4"
app:progress_startAngle="40"
app:draw_anticlockwise="true"
...
/>
app:draw_anticlockwise="true" />
```

## XML attributes
Expand Down

0 comments on commit 8932ccd

Please sign in to comment.