预览

使用
下载
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'
}
 
 























