[android-developers] Re: How can I specify the default style of my widget

2009-02-13 Thread Meryl Silverburgh
And I have added this in my manifest file: This in my themes.xml file: @style/MyWidget and this in my styles.xml file: @drawable/btn_mywidget_bg Can you please tell me what am I

[android-developers] Re: How can I specify the default style of my widget

2009-02-13 Thread Meryl Silverburgh
Thank you. I have added a 'themes.xml' file in my res/values directory. @style/MyWidget But how can I apply that "MyTheme" throughout my android application? Thank you. On Thu, Feb 12, 2009 at 4:59 PM, birds fly wrote: > hi > you c

[android-developers] Re: How can I specify the default style of my widget

2009-02-12 Thread birds fly
hi you can use Theme , The theme can include all style information. On Fri, Feb 13, 2009 at 8:16 AM, Meryl Silverburgh < silverburgh.me...@gmail.com> wrote: > > Hi, > > I create my own widget with its own drawable for background. > > So in my styles.xml file, I ha