Skip to content

Commit

Permalink
fixes relative links in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyab committed Dec 29, 2015
1 parent fe3afe1 commit 6019fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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. Supports min SDK 8.

<div align="center">
<img height="200px" src="../raw/arc_sweeps.png"/>
<img height="200px" src="raw/arc_sweeps.png"/>
</div>

[Video demo of the sample project]("http://www.youtube.com/watch?v=MefE7mjM94M")
Expand Down Expand Up @@ -91,7 +91,7 @@ After a long hiatus we've recently integrated many of the PRs/changes submitted
You can see the SeekArc working in the sample application. Just check out the library and sample application as two separate projects and import them into eclipse. Make sure that the Sample app is setup to correctly use the library project. The sample app will let you explore the attributes that can be set on the SeekArc.

<div align="center">
<img height="400px" src="../raw/sample_app.png"/>
<img height="400px" src="raw/sample_app.png"/>
</div>


Expand Down

0 comments on commit 6019fcf

Please sign in to comment.