From 6b2a869de9e52ee5c53e51f453ec7e738997cafa Mon Sep 17 00:00:00 2001 From: ligi Date: Thu, 25 Aug 2016 13:56:28 +0200 Subject: [PATCH] Hightlight syntax of xml and java --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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));