An open API service indexing awesome lists of open source software.

https://github.com/m1ga/ti.rangebar


https://github.com/m1ga/ti.rangebar

android rangebar titanium-mobile titanium-module

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ti.rangebar - Android Rangebar module

Buy Me A Coke donate button

Appcelerator Titanum Rangebar module for Android.

Based on

## Example

```xml

```

## Properties:

range
Two (true/default) or one thumb (false; right only)

tickStart
Start value

tickEnd
End value

tickInterval
Steps

thumbSize
Size of the left/right thumb

tickColor
Tick/Dot color (can be transparent)

leftThumbColor
Left thumb color

rightThumbColor
Right thumb color

connectionLineColor
Color between ticks/dots

tickSize
Tick/dot size (can be zero)

pinColor
Color of the pin/bubble

pinRadus
Radus of the pin/bubble

staticPins
Only show pin/bubble when touching thumb (default/true) or show it all the time (false)

_Attention_
If you set the height to `Ti.UI.SIZE` it will include the space for the pin/bubble. Make sure to set a fixed height if you want to have it smaler and use it without pins/bubbles.

## Events

* onChange - startValue/endValue
* onTouchStart - startValue/endValue
* onTouchEnd - startValue/endValue