[android-developers] Re: Resizable appwidgets and backward compatibility

2011-06-22 Thread String
OK, here's an absolute kludge but one which seems to work. In my resources/xml directory, I still have the four existing AppWidgetProviderInfo metadata files for backward compatibility: mywidget_1x1.xml mywidget_2x2.xml mywidget_3x3.xml mywidget_4x4.xml Each of these is for a different size

[android-developers] Re: Resizable appwidgets and backward compatibility

2011-06-22 Thread Zsolt Vasvari
The receiver element has an enabled attribute. Have your tried setting that to from a boolean resources that you can define in as true in values and false in values-v12? By the way, I would use V11, why restrict it to V12? On Jun 22, 5:49 pm, String sterling.ud...@googlemail.com wrote: OK,

[android-developers] Re: Resizable appwidgets and backward compatibility

2011-06-22 Thread String
Hey, that works, thanks! Good idea. As for the version number, resizable appwidgets were only added in v12. String -- 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