How do you disable the focus on a view that is currently focused? For example, EditTexts keep the focus. How do you make an EditText lose focus after input?
I even tried setting the focus of something else, like my ScrollView, but that only gives focus to the first EditText in the list.
Help! Thanks in advance.
--
I even tried setting the focus of something else, like my ScrollView, but that only gives focus to the first EditText in the list.
Help! Thanks in advance.
--