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

Add Icon Tint mode when calling the snackbar. #32

Closed
istiakshihab opened this issue Oct 19, 2021 · 3 comments
Closed

Add Icon Tint mode when calling the snackbar. #32

istiakshihab opened this issue Oct 19, 2021 · 3 comments
Assignees

Comments

@istiakshihab
Copy link
Contributor

Add option to use custom tint for different icons when calling snackbar like this.

ChocoBar.builder().setView(v)
        .setText("CYAN")
        .setDuration(ChocoBar.LENGTH_INDEFINITE)
        .setActionText(android.R.string.ok)
        .setIconTint(Color.white)
        .cyan() // built-in cyan ChocoBar
        .show();
@istiakshihab
Copy link
Contributor Author

I want to work on this issue. Can I be assigned with it?

@Pradyuman7
Copy link
Owner

Sure @istiakshihab, can you also please add it to the Java and/or Kotlin documentation?

@istiakshihab
Copy link
Contributor Author

I can add it to the Java documentation, sure.

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