[android-developers] Re: How can I hide views when the soft keyboard is up?

2010-11-04 Thread newobj
ity in the AndroidManifest > > > > > > > > On Tue, Nov 2, 2010 at 7:43 AM, newobj wrote: > > 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

[android-developers] How can I hide views when the soft keyboard is up?

2010-11-02 Thread newobj
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 scre

[android-developers] Re: Can 9 patches have more than marked region or not?

2010-08-30 Thread newobj
gs :) > > > > > > On Mon, Aug 30, 2010 at 5:47 PM, newobj wrote: > > I'm confused because I've found various tutorials illustrating how to > > create multiple stretchable regions in your 9 patch (e.g. you want the > > center and corners of the image to

[android-developers] Can 9 patches have more than marked region or not?

2010-08-30 Thread newobj
I'm confused because I've found various tutorials illustrating how to create multiple stretchable regions in your 9 patch (e.g. you want the center and corners of the image to stay fixed size, but two inner columns to stretch), and the draw9patch tools seems to happily support it. What's more, a 9

[android-developers] List view with clickable items and clickable buttons in the items

2010-08-18 Thread newobj
Hi, I'm trying to implement a list view where each item consists of some text, an image, and two buttons. Clicking on the buttons should perform one action (sharing in this case), and clicking "anywhere else" in the item should perform another action (in this case, start an activity to provide a m