ShineButton icon indicating copy to clipboard operation
ShineButton copied to clipboard

Not clickable

Open pcg92 opened this issue 7 years ago • 2 comments

Really this feature is not possible?

pcg92 avatar Mar 08 '18 12:03 pcg92

Did you found any solution??

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

HardikMaru avatar May 29 '18 12:05 HardikMaru

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

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

ghost avatar Jun 18 '18 04:06 ghost