I'm trying to make some custom user interface elements that mimic the look of the standard user interface elements with some additional features --- for example, I want to make a list that looks like the menu you get with 'API Demos' or 'Dev Tools'.
The documentation suggests that I refer to resources in the base system theme, and there's a ?... syntax for looking up resources in the current theme, which extends this. But I can't find any documentation anywhere of what resources there are available that I can use. I'd very much like to be able to just say android:textSize="?launcherMenuTextSize" and have it all just work. This would mean that my UI would change if the user changed the theme, which is a Good Thing. Can I do this? -- David Given [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

