Re: [android-developers] Medium density resources for v1.5 problems with workaround

2010-07-21 Thread Kostya Vasilyev
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" н

[android-developers] Medium density resources for v1.5 problems with workaround

2010-07-21 Thread richarth
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