You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generally used classes by Daniel Nilsson.
ColorPickerPreference class by Sergey Margaritov.
Packed by Sergey Margaritov.
Packed again and made Gradle compatible by Vincent Fischer.
Features
Color Area
Hue Slider
Alpha Slider (disabled by default)
Old & New Color
Color Preview in Preferences List
Requirements
Tested with APIv7, but maybe will work with early versions
Installation
Through Gradle
You can now install this through Gradle with a simple:
Paste or clone this library into the /libs folder, in the root directory of your project. Create a new folder: /libs if not already present. (This step is not required - only for keeping cleaner project structure)
Edit settings.gradle by adding the library. You have also define a project directory for the library. Your settings.gradle should look like below:
include ':app', ':ColorPickerPreference'
project(':ColorPickerPreference').projectDir = new File('app/libs/ColorPickerPreference')
In app/build.gradle add the ColorPickerPreference library as a dependency: