> Looking to get forums attention on this.. in case it is not possible > currently, could all of you vote for such feature in the upcoming skd > releases pl.. > > Android is very power full and try to give most of it though XML > interface.. however some of such features can make xml very painful to > maintain.. so pl. follow ant and provide short cut ways to represent > things with simple xml tags.
You could put a keyboard macro in your IDE or text editor to paste in the package name for you. Or, you could use a preprocessor, from a simple Ruby or sed one-liner to a full-blown XSLT template, to convert whatever shorthand you want into the fully-qualified class name in the elements, and add that preprocessor to your build chain. You are welcome to file a feature request on http://b.android.com with your suggestion. I will not vote for it, not because it is bad, but because it can be solved without the core Android team's assistance and there are many more important things for them to be worrying about, IMHO. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.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

