上传者: 39841365
|
上传时间: 2022-03-05 17:01:52
|
文件大小: 148KB
|
文件类型: -
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: