Closed GoogleCodeExporter closed 9 years ago
After further investigation, this seems to be a Cupcake-only issue.
drawable-[hml]dpi were introduced in API rev 4, per
http://developer.android.com/guide/topics/resources/providing-resources.html
As such, drawables hidden away in drawable-[hml]dpi are invisible to Cupcake.
I propose moving the ldpi drawables to drawable. An alternative (though not as
space-efficient) would be to copy the drawables from ldpi to drawable.
Original comment by simmonmt@google.com
on 10 Feb 2011 at 9:10
The fix for this issue is available in simmonmt-staging4
Verified on Cupcake, Donut, Eclair emulators, Gingerbread phone (NS)
http://code.google.com/r/simmonmt-staging4/source/detail?r=465d069ec429c2f6660b4
3ba7b7f0c7530a0ebeb
Original comment by simmonmt@google.com
on 10 Feb 2011 at 9:18
Original comment by simmonmt@google.com
on 11 Feb 2011 at 4:39
Original issue reported on code.google.com by
simmonmt@google.com
on 10 Feb 2011 at 8:53