Answer the question
In order to leave comments, you need to log in
How to replace Toast? Or how to show a simple alert?
Good afternoon! It is necessary to display a message at the top of the screen in 2 words
in 1 place of the application . Tried Toast:
val text = "Текст сообщения"
val toast = Toast.makeText(context, text, Toast.LENGTH_SHORT)
toast.setGravity(Gravity.TOP, 0, 0)
toast.show()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question