all
When i clicked in the EditText box to type something the border color of the EditTet box was changed.I dont need that,but i want to enter the text in the EditText box.
I tried a xml tag tag
android:focusable="false".
But its not working .How to do this?
Thanks in advance.
this probably will work..
go to editText in xml and add this tag,