I have an AutoCompleteTextView which as usual provides suggestions after a 
user types 3 letters.
I have already implemented OnItemClickListener on the AutoCompleteTextView 
so the soft-keyboard closes after a value is chosen from the list.

However, I also want the soft-keyboard to be hidden once the suggestion 
list is touched in order to be scrolled.
I have tried it by setting an onTouchListener on the TableLayout but the 
soft-keyboard is hidden once I touch anywhere but the list!

Any ideas would be great!


-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to