문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top