废话不多说,先上效果图
预览
使用
<com.spark.submitbutton.submitbutton
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Submit"
android:textcolor="@color/gray"
app:sub_btn_background="@color/white"
app:sub_btn_duration="3000"
app:sub_btn_line_color="@color/green"
app:sub_btn_ripple_color="@color/green"
app:sub_btn_tick_color="@color/white"></com.spark.submitbutton.submitbutton>
下载
Step 1. Configure your module-level build.gradle to include the follow repository:
repositories {
maven {
url 'https://dl.bintray.com/spark/maven'
}
}
Step 2. Add the dependency:
dependencies {
compile 'me.spark:submitbutton:1.0.0'
}