Thanks for the help.  I'd already had the answer in front of me just
hadn't spotted it 
http://androidappdocs.appspot.com/guide/topics/resources/providing-resources.html#ScreenCompatibility.

On Jul 21, 1:45 pm, Kostya Vasilyev <kmans...@gmail.com> wrote:
> Hi,
>
> Compile against 1.6 or higher;
> Put 'regular' resources in 'drawable'
> Put 'special' resources in 'drawable-hdpi-v4' and 'drawable-ldpi-v4'
>
> The latter hides 'special' resources from 1.5 at runtime.
>
> --
> Kostya Vasilyev --http://kmansoft.wordpress.com
>
> 21.07.2010 16:00 пользователь "richarth" <richa...@gmail.com> написал:
>
> Hi,
>
> I've created three versions of my app logo for the three different
> screen densities and placed them in the relevant folders.  I want my
> app to be backwards compatiable with v1.5 of Android.  I'm aware from
> the following talk at IO that there is a problem with the density
> matching in 1.5:
>
> http://code.google.com/events/io/2010/sessions/casting-wide-net-andro...
>
> The recommendation was to create two copies of the medium density
> drawables folder and append -v3 to the end of one of them which I've
> done.  The problem I now have is that Eclipse won't compile the app
> and complains that the logo resource is already defined.  Is it best
> to move the medium logo to a drawable folder and alias it, or is there
> a better solution?
>
> --
> 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<android-developers%2Bunsubs 
> cr...@googlegroups.com>
> For more options, visit this group 
> athttp://groups.google.com/group/android-developers?hl=en

-- 
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