I am having problem creating layout for different devices. The old qualifier example small, normal and large, xlarge etc..
My layout is very simple. I just want the whole interface keep the same through different devices...
From the android website there is :
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
How should i define with new type of naming to replace small normal large etc..and does that mean i can't use small normal ... as the qualifier for new android os.