https://github.com/naxam/rangesliderview-android-binding
Xamarin Android Binding Library - Range Slider View
https://github.com/naxam/rangesliderview-android-binding
bootstrap rangeslider slide xamarin xamarin-android xamarin-android-binding
Last synced: about 1 month ago
JSON representation
Xamarin Android Binding Library - Range Slider View
- Host: GitHub
- URL: https://github.com/naxam/rangesliderview-android-binding
- Owner: NAXAM
- License: mit
- Created: 2017-08-31T02:42:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-31T03:41:15.000Z (almost 9 years ago)
- Last Synced: 2025-08-25T07:25:56.568Z (10 months ago)
- Topics: bootstrap, rangeslider, slide, xamarin, xamarin-android, xamarin-android-binding
- Language: C#
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RangeSliderView
[](https://maven-badges.herokuapp.com/maven-central/com.github.channguyen/rsv)
[](https://android-arsenal.com/details/1/2511)
# Screenshots

# Features
- Ripple effect.
- Option to set custom colors for slider.
- Option to set custom height for slider.
- Option to set custom radius for slider.
# Usage
Add a dependency to your `build.gradle`:
```
dependencies {
compile 'com.github.channguyen:rsv:1.0.1'
}
```
Add the `com.github.channguyen.rsv.RangeSliderView` to your layout XML file.
```XML
```
For more usage examples check the **sample** project.
### Changelog
**Version 1.0.1**
+ Bug fixes for layout param
**Version 1.0.0**
+ First release
# License
```
Copyright 2015 Chan Nguyen
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```