Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrobles committed Jan 6, 2014
1 parent feb4a35 commit 2a83ac0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
ArcSeekBar
==========

Android seekbar with arc shape
Android seekbar with arc shape.

Instead of the normal Android seekbar, you can have a seekbar with the shape of any arc, circle, or oval. All basic parameters are configurable.
It is meant to be an start point to build more complete solutions.
Also it colud be used to create a progress bar with some minor changes.

The only file you need is ArcSeekBar / src / com / ecr / arcseekbar / ArcSeekBar.java

Download the project to run a simple example.
4 changes: 4 additions & 0 deletions README.md.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ArcSeekBar
==========

Android seekbar with arc shape

0 comments on commit 2a83ac0

Please sign in to comment.