ChadCSong / ShineButton

This is a UI lib for Android. Effects like shining.
MIT License
4.22k stars 547 forks source link

Not clickable #36

Open pcg92 opened 6 years ago

pcg92 commented 6 years ago

Really this feature is not possible?

HardikMaru commented 6 years ago

Did you found any solution??

I am also facing the same issue. When I show the button in popup, it is not working.

ghost commented 6 years ago

I had the same problem and solved this problem in Java code.

shinebutton= findViewById(R.id.shinebutton); shinebutton.setClickable(false);