Making the LinearLayout Clickable, Focusable and also Focusable in
Touch Mode has no effect.

The behavior I'm after is that like the icons on the Launcher screen,
the whole layout highlights orange when selected, and briefly when
clicked (prior to an intent launch).

I know this is possible with a ListView and Adapter, but I'm trying to
avoid creating that construct and in my case, I'm trying to get it to
occur within a widget (actually I want the whole widget to select).

Any pointers?

Thanks,

Fiid.



On Sep 25, 12:08 am, Romain Guy <romain...@google.com> wrote:
> No change needed, make the widget focusable/clickable.
>
> On Sep 25, 2009 12:05 AM, "Manjunatha M" <man...@gmail.com> wrote:
>
> Hi,
> Is there a way to highlight the widget in the android home screen by using
> DPAD, and on selecting the widget using the keypad, launches the app for the
> widget. Where do I make change in Launcher.java or workspace.java???
>
> --
> Regards,
> Manjunatha

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