String wrote: > Certainly some of them can be accessed with resource identifiers like > android.R.drawable.[file_name]. For example, I'm using the standard > Settings menu icon by referencing > android.R.drawable.ic_menu_preferences.
I suggested that once on this list, and a member of the core Android team pointed out that this is a really bad idea, since those resource values might change, or the underlying graphics might change. Since then, I have just been copying them into your project as needed, referencing them under my own resource ID. Though I still have a handful of book examples I need to clean up in this regard... -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Training: http://commonsware.com/training.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

