cachapa / ExpandableLayout

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

adding shadow to the exapanding edge #62

Closed usergoodvery closed 6 years ago

usergoodvery commented 6 years ago

Thanks for sharing this useful lib. Is there a mechanism to style the expanding edge with shadow?

cachapa commented 6 years ago

No, that is left to the system. If you set an elevation on the expandablelayout it should work - don't forget to set a background color.

Closing as this isn't an issue with the library.