Skip to content

Commit

Permalink
Change height of image
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Davies committed Nov 5, 2013
1 parent 3f15172 commit 1c3f6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SeekArc
So what the heck is a SeekArc? Essentially it’s a SeekBar that has been wrapped around a circle. It acts like a SeekBar and generally has the same settings. You can even add a Listener to it as you would with a SeekBar. So if its in a circle why not call it a SeekCircle? The answer is that the SeekArc does have a few more setting than the SeekBar one of these is the sweepAngle, which means that the SeekArc doesn’t have to be drawn as a full circle, and can be drawn as a circle, semi-circle or quarter arc or whatever you like.

<div align="center">
<img height="400px" src="https://raw.github.com/neild001/SeekArc/master/raw/arc_sweeps.png"/>
<img height="200px src="https://raw.github.com/neild001/SeekArc/master/raw/arc_sweeps.png"/>
</div>

### Sample Project
Expand Down

0 comments on commit 1c3f6a7

Please sign in to comment.