cachapa / ExpandableLayout

An expandable layout container for Android
Apache License 2.0
2.34k stars 273 forks source link

Indication Markers #85

Closed mgood7123 closed 3 years ago

mgood7123 commented 3 years ago

could you add indication markers that would indicate to users that this is an expandable view?

as otherwise it just looks like a regular View and that user would not know if it is a button or expandable list or such other

cachapa commented 3 years ago

That's up to the implementation. Simply add your own markers or buttons if it makes sense for your usecase.