Giter Site home page Giter Site logo

submitbutton's Introduction

SubmitButton

Travis

README: English | δΈ­ζ–‡

It's a submit button with a fun animation for Android.

Demo

submit succeed

submit failed

submit progress

Getting Started

1.Specify SubmitButton as a dependency in your build.gradle file;
dependencies {
	'''
	compile 'com.unstoppable:submitbutton:1.1.3'
}
2.Add SubmitButton to the layout file;
<com.unstoppable.submitbuttonview.SubmitButton
    android:id="@+id/submitbutton"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" />
3.Attribute
name format description default
buttonColor color set the button theme color #19CC95
buttonText String set the button text null
buttonTextSize dimension set the button text size 15sp
succeedColor color set the button color after the submission is successful #19CC95
failedColor color set the button color after the submission fails #FC8E34
progressStyle enum set the button progress style (Optional:loading or progress) loading
4.Method
 /**
 * Pass the results to show different feedback results
 *
 * @param boolean isSucceed 
 */
mSubmitView.doResult(boolean isSucceed);

 /**
 * Reset SubmitButton 
 */
mSubmitView.reset();

/**
 * set progress(This method is valid only if progressStyle is set to progress)
 *
 * @param progress (0-100)
 */
mSubmitView.setProgress();

/**
 * set the animation end callback interface
 *
 * @param listener
 */
mSubmitView.setOnResultEndListener(OnResultEndListener listener)

Changelog

Current Version:1.1.3

  • Made some improvements.

Version:1.1.2

  • Fix bugs that can not be displayed on some phones because of HardwareAccelerated.

Version:1.1.1

  • Add animation end callback interface.

  • Bug fixes.

Version:1.1.0

  • Add progress style setting mothod.

Version:1.0.1

  • Bug fixes.

Version:1.0.0

  • Initial Build.

License

Copyright 2017 Unstoppable

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

submitbutton's People

Contributors

someonewow avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.