XProgressDialog icon indicating copy to clipboard operation
XProgressDialog copied to clipboard

a powerful progressDialog widget for android

XProgressDialog

a powerful progressDialog widget for android

screenshot

样式1

截图

样式2

截图

样式3

截图

Usage

XProgressDialog dialog = new XProgressDialog(this, "正在加载..", XProgressDialog.THEME_CIRCLE_PROGRESS);
dialog.show();

三种样式

  • XProgressDialog.THEME_HORIZONTAL_SPOT (默认样式)
  • XProgressDialog.THEME_CIRCLE_PROGRESS
  • XProgressDialog.THEME_HEART_PROGRESS

Gradle导入

compile 'com.apkfuns.xprogressdialog:xprogressdialog:1.2.0'

proguard

-keep class com.apkfuns.xprogressdialog.**{*;}

Thanks

License

Copyright 2015 pengwei1024

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.