0

I want to hide the soft keyboard when the user starts scrolling the dropdown of my AutoCompleteTV. How can I do that?

Hugo Gresse
  • 17,195
  • 9
  • 77
  • 119
s89aduasda
  • 231
  • 3
  • 7
  • http://stackoverflow.com/questions/14679264/android-autocompletetextview-hide-soft-keyboard – duggu Jan 08 '15 at 10:50

1 Answers1

0

Use OnTouchListener on the layout and hide the keyboard

Satya
  • 1
  • 1