KyoSherlock / ExpandableLayout

ExpandableLayout for Android
103 stars 29 forks source link

Add attribute to select initial expanded mode #4

Closed cachapa closed 8 years ago

cachapa commented 8 years ago

This patch allows the user to set in XML if the view should start expanded using a simple app:expanded="true" tag.

It also makes it easier to preview the design of the expanded layout by applying the tag at design time and then removing it (or setting it to false) before building.

KyoSherlock commented 8 years ago

Thank you for your pull request