0

I am not receiving any errors.

However, after trying various different variations of gravity and xy offsets, I still cannot get this Toast to budge.

val toast = Toast.makeText(context, "Test", Toast.LENGTH_SHORT)
toast.setGravity(Gravity.TOP or Gravity.CENTER, 0, 250)
toast.show()

Any help would be appreciated

0 Answers0