I've created resource file with this qualifier "h900dp" assuming min height of screen 900dp.
I have device with this DisplayMetrics:
{density=2.0, width=1200, height=1824, scaledDensity=2.0, xdpi=320.842, ydpi=322.966}
I assume it means height is 912dp.
How comes my resource file is not used then.
Thx