小编Szi*_*lei的帖子

Anko对话框按钮标题

使用Anko我可以写这样的东西来显示对话框:

alert("Dialog title") {
   yesButton {}
   noButton {}
}.show()
Run Code Online (Sandbox Code Playgroud)

我如何为按钮设置标题?

noButton {title = "title"}
Run Code Online (Sandbox Code Playgroud)

不起作用.

android kotlin anko

7
推荐指数
1
解决办法
1033
查看次数

标签 统计

android ×1

anko ×1

kotlin ×1