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
I don't want the animation to constantly change while scrolling through the RecyclerView. How can I solve this?
I just want it to be animated while I'm checking out. For example switchButton.setChecked(boolean state, boolean animate);
Can you make such a method? @zcweng@IvanAbakumov@msdx
I found a solution like this, but it is not healthy at all. I first remove the animation with enable effect and then turn it on during touch, but this is not the right approach. Can you please create a solution like I said?
I don't want the animation to constantly change while scrolling through the RecyclerView. How can I solve this?
I just want it to be animated while I'm checking out. For example switchButton.setChecked(boolean state, boolean animate);
Can you make such a method? @zcweng @IvanAbakumov @msdx
I found a solution like this, but it is not healthy at all. I first remove the animation with enable effect and then turn it on during touch, but this is not the right approach. Can you please create a solution like I said?
The text was updated successfully, but these errors were encountered: