-
-
Notifications
You must be signed in to change notification settings - Fork 19
SimpleColorWheelDialog
Philipp Niedermayer edited this page Mar 4, 2017
·
11 revisions

extends CustomViewDialog
A dialog with a stylish and intuitive HSV color picker
SimpleColorWheelDialog.build()
.color(0xFFCF4747)
.alpha(true)
.show(Activity.this, COLOR_PICKER);
-
Initial color
.color(int color)
When defined, an second color pad showing the old color will be shown and the wheel will be initialised to this color. -
Transparency
alpha(boolean enabled)
Weather or not to allow for transparent colors. When enabled, a slider for the alpha value will be displayed.
Javadoc API
Screenshot gallery
Styling dialogs with themes
Fullscreen dialogs
SimpleDialog
CustomViewDialog
CustomListDialog
SimpleCheckDialog
SimpleColorDialog
SimpleColorWheelDialog
SimpleDateDialog
SimpleEMailDialog
SimpleFormDialog
SimpleImageDialog
SimpleInputDialog
SimpleListDialog
SimplePinDialog
SimpleProgressDialog
SimpleTimeDialog