Commit c21a4b9a authored by wanglei's avatar wanglei

...

parent 552375f3
......@@ -116,8 +116,8 @@ object DialogViews {
dialog.findViewById<ImageView>(R.id.iv_close).setOnClickListener {
dialog.dismiss()
}
dialog.findViewById<TextView>(R.id.tv_tittle).text = function
dialog.findViewById<TextView>(R.id.tv_desc).text = "Exit $desc?"
dialog.findViewById<TextView>(R.id.tv_tittle).text = "Exit $function?"
dialog.findViewById<TextView>(R.id.tv_desc).text = desc
dialog.findViewById<TextView>(R.id.tv_cancel).setOnClickListener {
dialog.dismiss()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment