连击按钮效果
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
compile 'com.github.Chenayi:ComboButton:1.0.0'
}
<com.cwy.combo.ComboButton
android:layout_width="match_parent"
android:layout_height="100dp"
app:underCircleColor="#000"
app:centerCircleColor="#333"
app:topCircleColor="#666"
app:animDuration="500"
app:circleSpacing="5dp"
app:zoomF="1.3"/>