Skip to content

Commit 748cbd8

Browse files
committed
2 parents 470d988 + 3ba8d14 commit 748cbd8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@ Features
99
**Core features:**
1010
- Displaying values in a beautiful circle shaped View
1111
- Supports percentage and normal values
12-
- Selecting / Choosing values with touch gestures
12+
- Selecting / Choosing values with touch gestures (including callbacks)
1313
- Fully customizeable
1414
- Animated drawing (bar representig the value fills up animated)
1515

1616
![alt tag](https://raw.github.com/PhilJay/CircleDisplay/master/screenshots/demo.png)
17+
![alt tag](https://raw.github.com/PhilJay/CircleDisplay/master/screenshots/circledisplay_demo.gif)
1718

1819
Usage
1920
=======
2021

21-
Simply **copy the CircleDisplay.java** file into your project.
22+
Simply **copy the CircleDisplay.java** file into your project. No annoying library imports, you **ONLY** need that single file.
2223

2324
For using the <code>CircleDisplay</code>, define it in .xml:
2425
```xml

0 commit comments

Comments
 (0)