Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addColors() Method Not working #5

Open
hussein16hamada opened this issue Dec 12, 2021 · 4 comments
Open

addColors() Method Not working #5

hussein16hamada opened this issue Dec 12, 2021 · 4 comments
Assignees

Comments

@hussein16hamada
Copy link

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

@mejdi14
Copy link
Owner

mejdi14 commented Dec 12, 2021

Could you describe the output, notice that addColors method will keep the default colors and add your colors in at the end of the list so normally you will have the new white and gray colors as the last colors when you swipe

@mejdi14 mejdi14 self-assigned this Dec 12, 2021
@create-issue-branch
Copy link

Branch issue-5-addColors_Method_Not_working created!

@hussein16hamada
Copy link
Author

the new colors i added they appear like purple colors

@mejdi14
Copy link
Owner

mejdi14 commented Dec 12, 2021

I will try to repreduce the problem and i will let you know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants