Thanks to visit codestin.com
Credit goes to github.com

Skip to content

iAmeng/ContentLoadingDialog

Repository files navigation

ContentLoadingDialog

一个类似于ContentLoadingProgressbar效果的,带有Text的LoadingDialog。

已知问题

setCancelable(true)。 当click dialog 外部,会出现也给wraning:

Attempted to finish an input event but the input event receiver has already been disposed.

如何解?

使用方法

直接clone下来使用。

 //show
 ContentLoadingDialog.Builder builder = new ContentLoadingDialog.Builder(this);
 mContentLoadingDialog = builder.setMessage("Builder Message").setCancelable(true).create();
 mContentLoadingDialog.showLoadingDialog();
 
 //hide
  mContentLoadingDialog.hideLoadingDialog();

效果图

About

一个类似于ContentLoadingProgressbar效果的,带有Text的LoadingDialog。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages