Hi everyone,
I am developing an application for several android devices which include x10,x10 mini and nexus-one, so I have to re-szie all graphics for all 3 screen size(480,320,240), but when I deploy the application onto x10(480x854),it gets mdip files instead of hdip files, and all images become blur because using 320 pixel width image. Then, how can I let the x10 read the hdip files and don'y read mdip files anymore?
Thanks for advance!