Design Images For Android Screens
I'm designing splash images for an Android app. But when it comes to different screen sizes and resolutions, i'm stuck at the root. I have understood that there should be a 3:4:6:8
Solution 1:
Just make sure you mention fill_parent for height and width attribute. That would be just fine.
Reg the image designing the best way is to create a 9 patch image. If you create different image for diff sets of device. It is a over head always. Check this and this
Post a Comment for "Design Images For Android Screens"