You don't need a live wallpaper. Just set it to a bitmap that is the expected size, so it doesn't need to adjust it to fit. The size can be retrieved from the wallpaper manager.
This is the exact same API that things like Gallery use to set the wallpaper. You can look in the code for that app if you want a working example. On Sat, Dec 18, 2010 at 9:55 AM, String <[email protected]>wrote: > Then you need to use a live wallpaper, which is a LOT more than 2 lines of > code. AFAIK, there's no way to stop Launcher from scrollscrolling the > wallpaper as the user moves between home screen panes. > > String > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

