hi,
I'm writing my first Android app. I use a ListView to load data and
onItemClick to trigger something.
But when I want to input something into the EditText located in the
top, and press the keyboard on the screen, the onItemClick will be
triggered, as the keyboard is just on the above of ListView.
This will only happen when you are not using the default input method,
for example, Google Pinyin Input Method.
I do not want the items of ListView to be clicked when the keyboard is
on the above, what should I do?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to