ShineButton
ShineButton copied to clipboard
ShineView didn't remove after shine finished.
Following change to fix this:
In ShineView lin 128
shineButton.removeView(ShineView.this);
replace with:
((ViewGroup) ShineView.this.getParent()).removeView(ShineView.this);
Or modify ShineButton.removeView function.
hey, hI. Is that bug? white dots around like only on dark background

P.S Yes, is this bug. Please fix this bug!