Action when pressing but_toast

Property definitions

android :: ui_test $ Window :: act_toast
	# Action when pressing `but_toast`
	fun act_toast
	do
		app.toast("Sample toast from app.nit at {get_time}", false)
	end
lib/android/examples/src/ui_test.nit:69,2--73,4