I want to make an Editext only focus when I programmably tell it to and not allow the user to press on the one he wants. Is this possible?
I tried
android:longClickable="false" android:clickable="false"
But neither worked.
For some reason people are thinking the following solves my problem, but that person is trying to make an edit text not editable, where I am trying to make an edit text only not focusable by clicking