diff --git a/README.md b/README.md index a84445b..701ccf9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ a circle progress bar with effect ![gif](https://github.com/ldoublem/RingProgress/blob/master/shot/shot2.gif) ![gif](https://github.com/ldoublem/RingProgress/blob/master/shot/shot3.gif) ##Usage xml -``` +```xml ``` ##java -``` +```java mRingProgress.setSweepAngle(360f); mRingProgress.setDrawBg(true, Color.rgb(168, 168, 168)); mRingProgress.setDrawBgShadow(true, Color.argb(100, 235, 79, 56));