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

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

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
![Native](screenshots/native.png)
![Compat](screenshots/compat.png)