Skip to content

Android widget for selecting a range of values with animations.

License

Notifications You must be signed in to change notification settings

Devlight/AnimatedRangeBar

 
 

Repository files navigation


Devlight


AnimatedRangeBar

The AnimatedRangeBar is similar to an enhanced SeekBar widget, though it doesn't make use of the SeekBar. It provides for the selection of a range of values rather than a single value. The selectable range values are discrete values designated by tick marks; the thumb (handle) will snap to the nearest tick mark.

Android       License

You can check the sample app here.

Download

Just fork and download code and be ready to use it.

Android SDK Version

AnimatedRangeBar requires a minimum SDK version of 7.

Sample

Developers can customize the following attributes (both via XML and programmatically):

  • bar color
  • bar thickness
  • tick height
  • number of ticks
  • connecting line thickness
  • connecting line color
  • thumb normal image
  • thumb pressed image

If any of the following attributes are specified, the thumb images will be ignored and be replaced with a circle whose properties can be specified as follows:

  • thumb radius
  • thumb normal color
  • thumb pressed color
  • thumb animate

Finally, the following property can be set programmatically, but not via XML:

  • thumb indices (the location of the thumbs on the RangeBar)

Wiki

For more information, see the linked Github Wiki page.
https://github.com/edmodo/range-bar/wiki

Author

Created by Basil Miller - @gigamole

Fork

Forked from edmodo/range-bar

Company

Facebook     Twitter     LinkedIn

Here you can see open source work developed by Devlight LLC.
This and another works is an exclusive property of Devlight LLC.

If you want to use this library in applications which will be available on Google Play, please report us or author of the library about it.

Whether you're searching for a new partner or trusted team for creating your new great product we are always ready to start work with you.

You can contact us: info@devlight.io or opensource@devlight.io.
Thanks in advance.

Devlight LLC, 2016
devlight.io

About

Android widget for selecting a range of values with animations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%