toast弹出消息
2018-08-02 本文已影响0人
normidar
简短一句
fun toast(str:String,context: Context) = Toast.makeText(context, str, Toast.LENGTH_LONG).show()
简短一句
fun toast(str:String,context: Context) = Toast.makeText(context, str, Toast.LENGTH_LONG).show()