Class SimpleColorDialog

java.lang.Object
androidx.fragment.app.Fragment
androidx.fragment.app.DialogFragment
All Implemented Interfaces:
android.content.ComponentCallbacks, android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnDismissListener, android.view.View.OnCreateContextMenuListener, android.widget.AdapterView.OnItemClickListener, android.widget.AdapterView.OnItemLongClickListener, androidx.activity.result.ActivityResultCaller, androidx.lifecycle.HasDefaultViewModelProviderFactory, androidx.lifecycle.LifecycleOwner, androidx.lifecycle.ViewModelStoreOwner, androidx.savedstate.SavedStateRegistryOwner, SimpleDialog.OnDialogResultListener

public class SimpleColorDialog extends CustomListDialog<SimpleColorDialog> implements SimpleDialog.OnDialogResultListener
A dialog that let's the user select a color Result: COLOR int Selected color (rgb) Created by eltos on 17.04.2016.