-
-
Notifications
You must be signed in to change notification settings - Fork 18
SimpleColorWheelDialog
Philipp Niedermayer edited this page Jun 12, 2021
·
11 revisions
extends CustomViewDialog, Full API reference
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, a second color pad showing the old color will be shown and the wheel will be initialised to this color. -
Transparency
alpha(boolean enabled)
Whether to allow for transparent colors. When enabled, a slider for the alpha value will be displayed.
See Receiving results from SimpleDialog.
The extras Bundle returned will contain the following keys:
@ColorInt int SimpleColorWheelDialog.COLOR // The color chosenJavadoc API
Screenshot gallery
Styling dialogs with themes
Fullscreen dialogs
SimpleDialog
CustomViewDialog
CustomListDialog
SimpleCheckDialog
SimpleColorDialog
SimpleColorWheelDialog
SimpleDateDialog
SimpleEMailDialog
SimpleFormDialog
SimpleImageDialog
SimpleInputDialog
SimpleListDialog
SimplePinDialog
SimpleProgressDialog
SimpleTimeDialog