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
I got this working by getting the buttons_layout view and changing the visibility to visible: colorPicker.getDialogViewLayout().findViewById(R.id.buttons_layout).setVisibility(View.VISIBLE);
Improvement suggestion for OnFastChooseColorListener:
Only disable default buttons and keep buttons_layout view still visible to make custom OnButtonListener possible.
Is it possible to add button on dialog when using setOnFastChooseColorListener? Any tries ended unsuccessful. Thank you
The text was updated successfully, but these errors were encountered: