Thank you for pointing me in the right direction!  It appears this is
the inputType I need to hide the suggestions:

android:inputType="textFilter"

On Dec 9, 12:50 pm, Dianne Hackborn <hack...@android.com> wrote:
> Set the appropriate inputType for your text view:
>
> http://developer.android.com/reference/android/widget/TextView.html#a...
>
>
>
> On Wed, Dec 9, 2009 at 12:45 PM, UBZack <zferv...@gmail.com> wrote:
> > This doesn't happen in any Android emulator that I'm using, but on my
> > G1, whenever I set up an activity with an EditText inside it, and tap
> > that EditText, it brings up the soft keyboard like it should, but as I
> > start typing, the word suggestions/hints view pops up, with words that
> > may or may not have anything to do with my app (which is essentially
> > why I have a problem with this).
>
> > Can we hide this word suggestions/hints view above this keyboard?  Why
> > is it on the keyboard on devices, and not on the emulator?  Do I need
> > to refer to the softkeyboard example in the SDK, and build my own
> > keyboard view?
>
> > Furthermore, I noticed that when you type in the Google Search widget
> > on your phone's home screen, it does not pop up this word suggestions
> > view.  This is the behavior I want in my app.
>
> > Thank you very much for any insight you can give regarding my
> > questions! :)
>
> > -UBZack
>
> > --
> > 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<android-developers%2bunsubscr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.

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