I read this link :
Different resolution support android
res/values-sw720dp/dimens.xml (800*1280)
but when I run my layout on Nexus 7 - API 19 800*1280 on the Genymotion,it use
values-hdpi
instead of
values-sw720dp
!
my min api is 14.
why?