Re: [android-developers] Confused about background images

2012-02-01 Thread Monzurul Islam Shamim
- *xlarge* screens are at least 960dp x 720dp - *large* screens are at least 640dp x 480dp - *normal* screens are at least 470dp x 320dp - *small* screens are at least 426dp x 320dp http://developer.android.com/guide/practices/screens_support.html I think this will help you.. On Thu

[android-developers] Confused about background images

2012-02-01 Thread Mark Phillips
I want to have a background image of a game board in one of my activities, and I am not sure how to implement it. I have been reading about Drawables and 9patch, and I am confused about the basics. 1. I can draw the image I want in GIMP, but what size do I make it? Actually, what sizes, as I assum