Thanks for the reply. Comment in-line On Wed, Dec 30, 2009 at 9:58 PM, Dianne Hackborn <[email protected]> wrote: > The purpose of this code is to avoid making the wallpaper larger along the > larger dimension, to avoid the keep the size to something reasonable.
I was under the impression that size needs to be double of the x-axis times y-axis not matter what the orientation is. That is because the Android virtual desktop spans 2 horizontal screens. If that is right, the logic used appears to only works for some panels which has width < height in the portrait orientation. If the idea is to just minimize the size and use scaling to fit the panel's virtual desktop in any orientation, then any width/height/size will do. >If you want different behavior for your device, then you could certainly >change > this logic, but what is there now is working as intended. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
