Skip to content

DialogX Support For Xposed

License

Notifications You must be signed in to change notification settings

CopyLibs/DialogX-Xposed

 
 

Repository files navigation

DialogX-Xposed

JitPack Version

DialogX Support For Xposed

依赖

implementation("com.github.CopyLibs.DialogX-Xposed:DialogX:$version")

用法

官方文档

初始化

DialogX.init(context)

对话框

MessageDialog.build()
  .setTitle("标题")
  .setMessage("内容")
  .setOkButton("确定")
  .show()

致谢

About

DialogX Support For Xposed

Resources

License

Stars

Watchers

Forks

Languages

  • Java 100.0%