Feature
- Add
LoadingState.loadingStateViewType#37 - Add
onViewAttached(view)andonViewDetached(view)methods toViewDelegate#40 - Resolve margin issue for both contentView and decorView #39
Breaking Changes
- Replaced
Animationinterface withAnimatableinterface - Changed
onStartShowAnimation(...)andonStartHideAnimation(...)methods totoggleViewsAnimation(...)method
—
功能
- 添加
LoadingState.loadingStateViewType#37 - 添加
onViewAttached(view)和onViewDetached(view)函数到ViewDelegate#40 - 解决 contentView 和 decorView 都添加了 margin 的 issue #39
重大更新
- 重命名
Animation接口为Animatable接口 - 修改
onStartShowAnimation(...)和onStartHideAnimation(...)函数为toggleViewsAnimation(...)函数