views:

26

answers:

1

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

+2  A: 

Your question is a duplicate of this question: http://stackoverflow.com/questions/2496901/android-on-screen-keyboard-auto-popping-up

Check the answer to that question

mbaird
that's perfectly what I need. thank you
Sephy