We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Samsung j7 android 6.1 when changing background drawable with ripple effect, ripple plays without touching.
even setting clickable to false wont fix the problem, but fixed problem for my other devices
this.setClickable(false); this.setBackground(offRipple); this.setClickable(true);
The text was updated successfully, but these errors were encountered:
Could you please provide a runnable project which can reproduce the issue?
Sorry, something went wrong.
https://github.com/meysamhadigheh/HivaTecTools
HivaTecTools/app/src/main/java/hivatec/ir/hivatectoolstest/activities/ButtonActivity.java
there is a sample of multiselect buttons.
everything happens inside a view I created as button : HivaTecTools/hivatectools/src/main/java/hivatec/ir/hivatectools/views/HivaButton.java
HivaTecTools/hivatectools/src/main/java/hivatec/ir/hivatectools/views/HivaButton.java
No branches or pull requests
On Samsung j7 android 6.1 when changing background drawable with ripple effect, ripple plays without touching.
even setting clickable to false wont fix the problem, but fixed problem for my other devices
The text was updated successfully, but these errors were encountered: