[android-beginners] Re: Focus android widget.

2009-09-25 Thread Romain Guy
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

[android-beginners] Re: Focus android widget.

2009-09-25 Thread Manjunatha M
should i make the layout of the widget as focusable? or is there any other way to do that?? On Fri, Sep 25, 2009 at 12:38 PM, 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

[android-beginners] Re: Focus android widget.

2009-09-25 Thread Manjunatha M
Hi Romain, I tried with the following xml. ?xml version=1.0 encoding=utf-8? appwidget-provider xmlns:android= http://schemas.android.com/apk/res/android; android:minWidth=146dp android:minHeight=146dp android:focusable=true android:updatePeriodMillis=8640