Actually there is. Home for instance uses a LinearLayout to create the buttons on the right. Simply call setClickable() and setFocusable() on your LinearLayout then add an OnClickListener.
On Wed, Apr 9, 2008 at 9:23 AM, Hielko <[EMAIL PROTECTED]> wrote: > > It's possible to implement, but there is no default method that can do > that for you. > > > > On Apr 9, 5:39 pm, Mark Wyszomierski <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > > > > Is there any way to make a whole LinearLayout instance behave like a > > big button, so it flashes when clicked? > > > > Similar to an ImageButton, but I'd like to be able to set the entire > > layout as the button really. > > > > Thanks, > > Mark > > > -- Romain Guy www.curious-creature.org --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

