My application must support for two resolutions, they are
1920x1080 & 1024x768. For this I created layouts and value folder separately like this
layout-w1920dp-mdpi & values-w1920dp-mdpi for 1920x1080
layout-w1024dp-mdpi && values-w1920dp-mdpi for 1024x768
But these are not reflecting for my app. How create application which shold support both resolution and both resolutions are 160 dp.
Thanks