toast

fun Context.toast(id: Int, length: Int = Toast.LENGTH_SHORT): Toast?
fun Context.toast(msg: String, length: Int = Toast.LENGTH_SHORT): Toast?