Skip to content

Krishan14sharma/Simple-Progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Simple-Progress(Library)

Custom Progress Dialog

This is simple to show and hide progress wheel.One can provide loading drawable with the loading text. It will provide the rotate animation for a simple drawable and will simply animate the drawable in case of animation drawable. Hide and show the progress as required.

Usage

<view.progress.LoadingProgress
    android:id="@+id/loading1"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="center"
    app1:loadingresource="@drawable/loader"
    app1:loadingtext="Loading..." 
    />

About

Custom Progress Dialog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors