avoid preselection of a view when focus is gained android
- by Sephy
Hi all,
I don't know if the title is very clear, but my issue is as follows :
I have an activity with a listview, and on top of this listview, i have a searchfield (edittext). The issue is that when i try debugging on a phone, the virtual keyboard gets out straight after the screen displays the activity...
And of course, it's hidding half of the list...
So, is there an attribute or something I can use to prevent this from happening?(I still want to keybord to appear when i click the edittext though...)
thank you