Force app to select sw320dp in android -


i have created android app can work in devices except resolution of 320w x 480h (lg-p500) . tried creating drawable-sw320dp , layout-sw320dp.

i have drawable-mdpi. right lg mobile selecting mdpi instead of 320dp folder. how force app pick the images sw320 folder, instead of mdpi folder.

been working on since 2 days.

thanks in advance!

change "drawable-sw320dp" "drawable-mdpi-sw320dp" , "drawable-mdpi" "drawable-mdpi-sw321dp"


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -