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.
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.