Question

Hiii,

I had make application to set LiveWallpaper. It works fine, but when i see in landscape mode Image set on left portion and right portion is black. How i set in full screen. Image come from assets, so i don't use different images like drawable folder for Landscape and Portrait.

Please help me. . . .

Was it helpful?

Solution

I am change canvas.drawBitmap(bitmapImage, 0, 0, null); to canvas.drawBitmapMesh(bitmapImage, 1, 1, vertices, 0, null, 0, null); and my problem was solved.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top