仿抖音点击红心效果
- 支持宽高设置 heart_width/heart_height
- 支持点击图片设置 heart_image_resId
Step 1. Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
//androidX 版本
implementation 'com.github.lzjin:DouYin:1.0'
}
<com.lzj.douyin.redheart.library.RedHeartLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
app:heart_width="100"
app:heart_height="100"
app:heart_image_resId="@drawable/ic_heart"/>
- Androidx
- 基本版使用