montao / jamie-monkey-2d

🐒 The simple 2D Android game
https://play.google.com/store/apps/details?id=dev.android.jamie
3 stars 2 forks source link

Background needs to be arranged as per the device ratio. #9

Open sayedrafeeq opened 6 years ago

sayedrafeeq commented 6 years ago

Background Dimensions

LDPI: Portrait: 200x320px Landscape: 320x200px

MDPI: Portrait: 320x480px Landscape: 480x320px

HDPI: Portrait: 480x800px Landscape: 800x480px

XHDPI: Portrait: 720px1280px Landscape: 1280x720px

XXHDPI: Portrait: 960px1600px Landscape: 1600x960px

XXXHDPI: Portrait: 1280px1920px Landscape: 1920x1280px

Resouces: https://stackoverflow.com/questions/3694830/android-activity-image-background-size https://stackoverflow.com/questions/16135984/full-screen-background-image-in-an-activity

montao commented 6 years ago

Thanks for mentioning this. I will take care of it.