This release updates to the latest FastAdapter which brings new interfaces, and many changes to the expandable behavior...
Please read the migration guide: https://github.com/mikepenz/MaterialDrawer/blob/develop/MIGRATION.md#v570
library
- update to FastAdapter v2.0.0
- update support libs to 25
- update build tools to 25
- update compile sdk to 25
- update target sdk to 25
- add posibility to set rotation angle for example when we put param withRotationAngle(90) it will allow arrow rotation from state > to V and then back from V to > THANKS @ Yaroslav
- Add javadoc to provide details about ProfileDrawerItem.withNameShown(..) THANKS @mpost
other
- (Espresso) Use
open()
method instead ofopenDrawer()
because this method will be removed in the next release. THANKS @herau