Back to project page range-bar.
The source code is released under:
Apache License
If you think the Android project range-bar listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.example.rangebarsample; /*from w w w .jav a 2s . c o m*/ /** * Enumeration of the components to be changed in colorChanged. Only needed for * the RangeBar Sample Activity, not for the library project RangeBar itself. * * @author deric */ public enum Component { BAR_COLOR, CONNECTING_LINE_COLOR, THUMB_COLOR_NORMAL, THUMB_COLOR_PRESSED, }