traex / ExpandableLayout

Implementation of ExpandableListview with custom header and custom content.
MIT License
1.64k stars 361 forks source link

Attribute "headerLayout" has already been defined #46

Closed jemshit closed 8 years ago

jemshit commented 8 years ago
...app/build/intermediates/exploded-aar/com.viewpagerindicator/library/2.4.1/res/values/values.xml
Attribute "headerLayout" has already been defined

How to overcome this. I think another library also has "headerLayout" attribute

jemshit commented 8 years ago

version 1.3 solved this but now i get this errror:

No resource identifier found for attribute 'contentLayout' in package 'com.xxx.my'
jemshit commented 8 years ago

Ok, using "el_headerLayout" instead of "headerLayout", and "el_contentLayout" instead of "contentLayout" compiled without error