avoid preselection of a view when focus is gained android
Posted
by Sephy
on Stack Overflow
See other posts from Stack Overflow
or by Sephy
Published on 2010-04-22T14:51:17Z
Indexed on
2010/04/22
14:53 UTC
Read the original article
Hit count: 286
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
© Stack Overflow or respective owner