Take a look at this page: Providing Resources<http://developer.android.com/guide/topics/resources/providing-resources.html>. You want to provide different drawable resources depending on the platform version. So, for example, your res/drawable-v11 can contain the icons for Honeycomb and above, res/drawable-v9 can contain the icons for Gingerbread, and res/drawable can contain the icons for anything below that.
You can also define your own styles, so you can be sure whether your backgrounds will be dark or light! -- 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

