In the xhdpi density range
There are multiple resolution devices
like Nexus 7 with 1200 X 1920 pixel resolution which comes under xhdpi and Nexus 9 with 2048 X 1536 pixel resolution which also comes under xhdpi
samsung galexy note pro has 2560 x 1600 pixel resolution which also comes under xhdpi density
So if i design with 1200 X 1920 and place assets values in dimens-xhdpi then it wont fit for 2048 X 1920 or 2560 x 1600 resolution devices how can we make it compatible for all
I didn't really understand how to make it compatible Reading the developers documentation, if somebody could explain that would be so helpful