If you mean custom attributes in an Android library project, then, yes, it is supported. However, you need to use:
xmlns:foo="http://schemas.android.com/apk/res-auto" to tie foo: attributes to your library, rather than the namespace that references your package (only for apps, not libraries). On Sun, Apr 22, 2012 at 5:21 AM, Gil Eichenbaum <[email protected]> wrote: > I just upgraded my SDK and wanted to find out if custom attributes are > supported now, or should I get a patched aapt version like i had to do > before? > > -- > 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 -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.7 Available! -- 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

