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

On Oct 22, 8:38 am, Nikolay Ananiev <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to