ShineButton icon indicating copy to clipboard operation
ShineButton copied to clipboard

small issue

Open russeldelossantos09 opened this issue 8 years ago • 2 comments
trafficstars

How to configure button effect? when i click the button, the effect will show the problem is after i click the button and click it again the effect on the button doesnt show up. I want is when i click it multiple times the effect will show every single click.

russeldelossantos09 avatar Feb 19 '17 09:02 russeldelossantos09

The effect is provide for selection. So it just show up when the button is selected. If you are interest in the only effect, you can check my source code. Thanks.

ChadCSong avatar Feb 20 '17 05:02 ChadCSong

You can also do the following...

set both app:btn_color and app:btn_fill_color same in xml.

and set onClickLisnter on button btn.setChecked(false). This reset the flag.

Hope this helps 👍

hiteshchavda avatar Jan 28 '18 09:01 hiteshchavda