NiceDialog icon indicating copy to clipboard operation
NiceDialog copied to clipboard

A nice dialog, that is based on DialogFragment

Results 8 NiceDialog issues
Sort by recently updated
recently updated
newest added

如何监听点击蒙版消失后事件呢?

项目使用的Activity不是兼容版本的,怎么使用呢?

``` public BaseNiceDialog show(FragmentManager manager) { FragmentTransaction ft = manager.beginTransaction(); if (this.isAdded()) { ft.remove(this).commit(); } ft.add(this, String.valueOf(System.currentTimeMillis())); ft.commitAllowingStateLoss(); return this; } ``` ``` 09-11 10:41:36.413 5744 5744 E AndroidRuntime: FATAL...

![image](https://user-images.githubusercontent.com/10346829/64598013-88f35580-d3e9-11e9-81eb-46c031c796e5.png)