Hi all. I'm setting the wallpaper using any one of the available
methods:

- getApplicationContext().setWallpaper(bitmap)
- WallpaperManager.getInstance(context).setBitmap(bitmap)

The image I'm using is 320 * 400, but when it gets set only the center
section of the image is displayed, like the image is way too big for
the screen. My screen is hi-res, and this should fit into it easily.

Any ideas how to resolve this please?

-- 
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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to