[android-developers] Re: Issue 9656: Library projects don't support custom XML attributes for custom classes

2011-11-23 Thread Streets Of Boston
I have the same problem and haven't found a solution yet. Instead, i query the attributes by name (note that this means that they need to be set directly on the view in the XML layout). Here is an example: // called by the custom view's constructors private void init(Context context,

[android-developers] Re: Issue 9656: Library projects don't support custom XML attributes for custom classes

2011-11-23 Thread olefevre
If anyone is interested I compiled aapt.exe for ADT r15 (Windows) with the fix in question. Ask me by email if you want it. With luck it will (finally!) be part of ADT r16. -- O.L. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to