I'm struggling to make an image match the borders of the screen. It's a 9 patch image. I've already asked the question (Android: Handling images size for multiple screens) but the answers I had are not satsfying at all so I'll try asking a more general question
If I want to set different layouts according to my screen width, I create a folder for large xlarge small and normal. But how could I preview the layout in the right screen? Eclips preview are several but as it said
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
I don't have the same results for 2 "normal screens" 480*854 or 480*800 so how could I proceed? I just want an image to match the layout's border I don't think it's that complicated, is it?