v8.0.0-a02
Pre-release
Pre-release
Warning
- This release contains a big amount of breaking changes, and will introduce an all new API to set-up the drawer.
- This is an alpha release and will most likely still receiver further breaking API changes.
- As a result of the updated API the main purpose of this library is to provide the
Slider
-View which is used within theDrawerLayout
. TheDrawerLayout
should be used as specified and documented in its documentation. - The drawer no longer automatically manages the
ActionBarDrawerToggle
refer to standardDrawerLayout
documentation on how to set-up
Breaking Changes
Drawer
,AccountHeader
,MiniDrawer
classes are now be removed- The drawer is no longer set-up via code only, it requires now a specification in the layouts
- Documentation is not yet updated (this will happen as soon as all samples are upgraded and working again)
Updates
- Converted remaining samples to v8 setup
- Delete obsolete deprecated classes
- Add temporary
CrossfadeDrawerLayout
for betterfitsSystemWindows
support - Improve
fitsSystemWindows
compatibility and inset handling