[android-developers] Re: [android-beginners] Re: Focus android widget.

2009-09-25 Thread Manjunatha M
Hi Romain, I tried with the following xml. http://schemas.android.com/apk/res/android"; android:minWidth="146dp" android:minHeight="146dp" android:focusable="true" android:updatePeriodMillis="8640" android:initialLayout="@layout/widget_new" /> But no luck.. Could you

[android-developers] Re: [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 wrote: > No change needed, make the widget focusable/clickable. > > On Sep 25, 2009 12:05 AM, "Manjunatha M" wrote: > > Hi, > Is there a way to highlight the