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

Option to remove click button effect #36

Open
HenryWu01 opened this issue Nov 17, 2022 · 0 comments
Open

Option to remove click button effect #36

HenryWu01 opened this issue Nov 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@HenryWu01
Copy link

Is your feature request related to a problem? Please describe.
When I select the other button in the group, my recyclerview will automatically reload data from server. I observed that the effect is played not very smoothly despite the fact that I run all my actions on Dispatchers.Default instead of on UI Thread. I can disable animation by given none to the group but when I click the button, it get smaller and after releasing the button it become the original size. It's there a way to disable this kine of behaviour (animation)?

Describe the solution you'd like
Given each ThemedToggleButton a aniamtion property

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@HenryWu01 HenryWu01 added the enhancement New feature or request label Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant