/SnailBar

A lovely snail,You can use it as a seekbar or progressbar.

Primary LanguageJava

SnailBar

A lovely ,you can use it as a seekbar or progressbar.

Helixbar design by Davlikanoff.This is his words:

Hi Guys!

This 18 seconds long animation demonstrates cool progressbar in action. I created it at leisure. You can download the PSD here:

http://davlikanoff.com/portfolio/Helixbar/helixbar_free.zip

I called it Helixbar. It could've been a Snailbar, but I like Helixbar :) Hope you like it.

But I like snail,So it's called SnailBar.

This is my implementation effect

how to use ?

in layout.xml

   <com.cjj.SnailBar
            android:id="@+id/seekBar"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:thumb="@anim/snailanim" />

Because SnailBar is a subclass of Seekbar, so you can use it like Seekbar

  seekBar = (SeekBar) findViewById(R.id.seekBar);

AT LAST

If you want to support me,you can follow me on Github.