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
MHColorsDialog(this)
.addColors(ArrayList(arrayListOf(R.color.white,R.color.gray)), ColorsPosition.END)
.setColorListener { color, colorHex ->
// color and colorHex are the chosen color
}
.show()