Hi Dianne,
How to "eat" it? I too want to prevent the soft keyboard from showing
when the EditText is touched.
private OnClickListener ocl = new OnClickListener()
{
public void onClick(View v)
{
// how to eat the event?
}
};
On May 13, 9:36 am, Dianne Hackborn <[email protected]> wrote:
> That means that your text field is no longer really an editor (though it may
> have some stuff lying around that make it kind-of work). If you want a tap
> to not show the soft keyboard, just capture the click event on the text view
> and eat it.
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---