varunest / SparkButton

Android library to create buttons with Twitter's heart like animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SparkButton selected by default

jonl1096 opened this issue · comments

Is there any way to make it so that the button is unselected by default other than doing
sparkButton.setChecked(false);
after every instantiation of the SparkButton?