[android-developers] Resized Widgets

2011-01-17 Thread keyboardr
Does anyone know how to allow your appwidget to account for being resized (a la LauncherPro or ADW)? My widget already dynamically figures out how many of an item to draw based on the size of the widget (meaning I can have multiple providerInfos without having to change the provider), but

Re: [android-developers] Resized Widgets

2011-01-17 Thread Kostya Vasilyev
I believe minWidth comes from the widget_info.xml in your package, so it's not very useful to the widget's own code. As for different widget sizes with different displays and launchers - *sigh*. 2011/1/17 keyboardr keyboa...@gmail.com Does anyone know how to allow your appwidget to account for