DialogX Support For Xposed
implementation("com.github.CopyLibs.DialogX-Xposed:DialogX:$version")DialogX.init(context)
ModuleUtil.modulePath = "模块安装包文件路径"MessageDialog.build()
.setTitle("标题")
.setMessage("内容")
.setOkButton("确定")
.show()| Name | Name | Last commit date | ||
|---|---|---|---|---|
DialogX Support For Xposed
implementation("com.github.CopyLibs.DialogX-Xposed:DialogX:$version")DialogX.init(context)
ModuleUtil.modulePath = "模块安装包文件路径"MessageDialog.build()
.setTitle("标题")
.setMessage("内容")
.setOkButton("确定")
.show()