I have a pretty standard search edit widget on top / search results
list widget on bottom activity in my app. Below the results list
widget I also have my view for ads. When the soft keyboard is brought
up in this activity, I'd like to hide the view the ads are in because
they consume too much screen space. I tried making that view
android:isScrollContainer="true" but that had no effect.

So the question is, how can I ensure that certain views will be hidden
when the soft keyboard is brought up?

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