摘要: 在做一个AlertDialog的点击事件设置的时候: AlertDialog.Builder(this).apply { var numberIndex = 0 setTitle("choose one") setSingleChoiceItems(choice, 0) { _, which -> 阅读全文
posted @ 2021-05-14 16:03 ou尼酱~~~ 阅读(182) 评论(0) 推荐(0)