Skip to content

Progress button is the library which will provide you the different kind of button with progress bar in it.

Notifications You must be signed in to change notification settings

lalitdhameliya/ProgressButton

Repository files navigation

ProgressButton

Progress button is the library which will provide you the different kind of button with progress bar in it.

How to add the library

implementation 'com.lalitdhameliya:progressbutton:1.0.0'

Add buttons to your screen

<com.lalitdhameliya.progressbutton.ProgressButton
        android:id="@+id/testing_button"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        app:text="Test"
        app:textColor="@color/colorAccent" />

<com.lalitdhameliya.progressbutton.ProgressImageButton
    android:id="@+id/test"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    app:imageProgressTint="@color/colorAccent"
    app:src="@android:drawable/btn_dialog" />

Screen Capture

alt text

About

Progress button is the library which will provide you the different kind of button with progress bar in it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published