Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

DevinShine/easyloadingbtn

Repository files navigation

This is a library project with a custom view that implements concept of Send Comment (https://dribbble.com/shots/1986254-Send-Comment-Shoppr) made by Nikosaurier for android

###Demo demo

###Usage Add the EasyLoadingBtn in your layout

<com.shadev.easyloadingdemo.view.LoadingButton
        android:id="@+id/lbtn_default"
        android:layout_centerInParent="true"
        android:layout_width="100dp"
        android:layout_height="100dp"/>

and

mDefaultLButton.setCallback(new LoadingButton.Callback() {
            @Override
            public void complete() {
                //TODO
            }
        });

About

This is a Material Design loading button

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages