Android - Adjusting BAckground to Screen Size
Hello guys, how are you?
Is it possible to adjust a background image to fit the Screen Size of Any Android Device?
(I know that background image WOULD not be proportional) But I need to know.
Cheers.
Is it possible to adjust a background image to fit the Screen Size of Any Android Device?
(I know that background image WOULD not be proportional) But I need to know.
Cheers.
Comments
I need it to be variable, because I don't want to be with Black BArs on the side or on the top on ANY Android phone.
Cheers.
_______________________________
Follow me on Twitter!
https://twitter.com/SkyMapleGames
ChangeAttribute
`
myImage.size.width = Device.Screen.Size.Width
`
Maybe you can try constrain or interpolate instead of ChangeAttribute.