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

how to show original icon colors without filter #41

Closed
anand-010 opened this issue Mar 4, 2021 · 2 comments
Closed

how to show original icon colors without filter #41

anand-010 opened this issue Mar 4, 2021 · 2 comments

Comments

@anand-010
Copy link

No description provided.

@maltaisn
Copy link
Owner

maltaisn commented Mar 4, 2021

This can also be done with styles:

styles.xml
<style name="CustomIconDialogStyle" parent="IcdStyle">
   <item name="icdIconStyle">@style/CustomIconStyle</item>
</style>

<style name="CustomIconStyle" parent="IcdIconStyle">
    <item name="tint">@null</item>
</style>

But then there will be no way of knowing which icon is selected. I proposed a solution to this in another issue, adding a border to selected icons.
image

@maltaisn maltaisn closed this as completed Mar 4, 2021
@anand-010
Copy link
Author

Thank you @maltaisn Thats worked
WhatsApp Image 2021-03-05 at 11 23 55 AM

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