我想在主屏幕上设置可滚动壁纸,但我的壁纸会自动获得中心裁剪。我使用的图像比例为“3:2/ 16:9”,所以我希望它们在主屏幕的多个页面上均匀分布。
我目前正在使用:
wallpaperManager.suggestDesiredDimensions(width, height);
wallPaperBitmap = BitmapFactory.
decodeStream(url);
wallpaperManager.setBitmap(wallPaperBitmap);
`
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21"/>