DialogUtil icon indicating copy to clipboard operation
DialogUtil copied to clipboard

common used dialog with material style ( in support v7),ios style,get top activity automatically, invoke everywhere (any thread , any window)

Results 24 DialogUtil issues
Sort by recently updated
recently updated
newest added

Warning:project ':app': Unable to build Kotlin project configuration Details: org.gradle.internal.resolve.ArtifactNotFoundException: Could not find DialogUtil.aar (com.github.hss01248:DialogUtil:2.0.2). Searched in the following locations: https://jitpack.io/com/github/hss01248/DialogUtil/2.0.2/DialogUtil-2.0.2.aar

ERROR: Failed to resolve: com.github.hss01248:DialogUtil:2.0.2

看文档可以修改颜色,但根据方法设置后无效

https://jcenter.bintray.com/com/github/hss01248/DialogUtil/2.0.2/DialogUtil-2.0.2.pom

更改每个item的高度的接口提供没,或者需要自定义布局

![image](https://user-images.githubusercontent.com/8857329/48332617-786e3380-e68f-11e8-8f83-f44e443cb674.png)

你好 我是这样集成的compile 'com.github.hss01248:DialogUtil:2.0.2' 然后提示我必须用 design26.1.0.....这是什么情况 我用的25.3.1的 design 包啊

最新版的StyledDialog.dismissLoading(Activity activity)必须要传Activity。 没有以前那样随处都可以取消的StyledDialog.dismissLoading()方法了吗?