Material Favorite Button
Material spinning favorite/star/like button.
Download
compile 'com.github.ivbaranov:materialfavoritebutton:0.1.5'
Usage
Declare in XML (see xml attributes below for customization):
Or static initializer (see xml attributes below for customization):
MaterialFavoriteButton favorite = new MaterialFavoriteButton.Builder(this)
.create();
Configure using xml attributes or setters in code:
app:mfb_state="false" // default button state
app:
1