tjerkw / Android-SlideExpandableListView

A better ExpandableListView, with animated expandable views for each list item
Apache License 2.0
1.98k stars 741 forks source link

Attribute "mode" has already been defined #7

Closed peterbetos closed 11 years ago

peterbetos commented 11 years ago

It seems that the use of "mode" attribute (inside attrs.xml) is already prevalent with other libraries. Please have the use of the attribute updated with a different name space, or have it removed if not really utilized. Thanks.

tjerkw commented 11 years ago

This attribute is not yet used indeed. However i'm planning to make it easier to use this library by setting its behaviour trough XML. However i dont know how to set the namespace properly in the attrs.xml, more people are having problems with it. Any ideas?

peterbetos commented 11 years ago

You can use a term other than the normal mode. "expandmode" can be used for example.

tjerkw commented 11 years ago

I removed it for now. Thanks for pointing it out. Closing this issue