SubmitButton

介绍:

动画酷炫的提交按钮。

运行效果:

使用说明:

属性

 <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" />

下载

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'
}
已下载
0