Domanda

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. . . .

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top