Hi all.

I have an EditText widget which is described as follows:

<EditText
                android:id="@+id/xcord"
                android:numeric="decimal"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                />

When my EditText receives focus, the keypad helper pops up (in my
emulator). Then when a button is clicked, I do stuff with the value
(in this case, I just display the value in a Toast). However the
keypad helper remains there and doesn't disappear, obscuring the main
part of the screen. How do I make the helper go away once I know the
user has finished typing?

Many thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to