[android-developers] Re: How Add Rating Bar on App Widget???

2010-03-10 Thread Gulfam Hassan
One Thing more I am using 1.5 SDK On Wed, Mar 10, 2010 at 4:06 PM, Gulfam gulfa...@gmail.com wrote: Hi all, I am trying to make an app widget, and i want to add three things in this widget 1: Text View 2: Button 3: Rating bar I have added first two things successfully but when i have

[android-developers] Re: How Add Rating Bar on App Widget???

2010-03-10 Thread Kumar Bibek
The current AppWidget framework doesn't support all the widgets. Here are the supported widgets that you can use: A RemoteViews object (and, consequently, an App Widget) can support the following layout classes: * FrameLayout * LinearLayout * RelativeLayout And the following widget

Re: [android-developers] Re: How Add Rating Bar on App Widget???

2010-03-10 Thread Mark Murphy
Gulfam Hassan wrote: One Thing more I am using 1.5 SDK On Wed, Mar 10, 2010 at 4:06 PM, Gulfam gulfa...@gmail.com mailto:gulfa...@gmail.com wrote: Hi all, I am trying to make an app widget, and i want to add three things in this widget 1: Text View 2: Button

[android-developers] Re: How Add Rating Bar on App Widget???

2010-03-10 Thread Gulfam
Thanks Mark and Kumar. On Mar 10, 5:22 pm, Mark Murphy mmur...@commonsware.com wrote: Gulfam Hassan wrote: One Thing more I am using 1.5 SDK On Wed, Mar 10, 2010 at 4:06 PM, Gulfam gulfa...@gmail.com mailto:gulfa...@gmail.com wrote:     Hi all,     I am trying to make an app widget,