https://github.com/gmazzo/android-seekbar-preference
A SeekBarPreference that stores its value in a percentual relation (0 to 1) on max and min values
https://github.com/gmazzo/android-seekbar-preference
android appcompat seekbar
Last synced: about 1 month ago
JSON representation
A SeekBarPreference that stores its value in a percentual relation (0 to 1) on max and min values
- Host: GitHub
- URL: https://github.com/gmazzo/android-seekbar-preference
- Owner: gmazzo
- License: gpl-3.0
- Created: 2017-02-13T16:58:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T12:26:40.000Z (over 9 years ago)
- Last Synced: 2025-03-05T02:15:29.455Z (over 1 year ago)
- Topics: android, appcompat, seekbar
- Language: Java
- Homepage:
- Size: 102 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# seekbar-preference
A SeekBarPreference that stores its value in a percentual relation (0 to 1) on max and min values
## Import
On your `build.gradle` add:
```
repositories {
maven { url 'https://dl.bintray.com/gmazzo/maven' }
}
dependencies {
compile 'com.github.gmazzo:seekbar-preference:0.2'
}
```
## Usage with native `android.preference.Preference`
In your `preferences.xml` add:
```xml
```
## Usage with compat `android.support.v7.preference.Preference`
In your `preferences.xml` add:
```xml
```
## Screenshots

