Looks like -v4 flag doesn't work in Android 2.0. Any ideas?

On Oct 22, 8:38 am, Nikolay Ananiev <devuni...@gmail.com> wrote:
> This is how I made my app resolution-independent and with Android 1.5 legacy
> support:
>
> Why did I put my high-dpi images in the drawable-hdpi-v4 folder and not in
> drawable-hdpi? Because the Android 1.5 OS can't handle the -hdpi and tries
> to use these images instead of the ones in the res/drawable folder. The -v4
> flag is only meaningful for Android 1.6 and works perfect.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to