CHANGE_LOG.md
fix set light/dark mode bug
add set light/dark mode method
fix typo
hideFakeStatusBarView to hide fake StatusBarViewsetColorForSwipeBack method with CoordinatorLayout bugsetColorDiff bugadd setColorForSwipeBack method, now support
add @ColorInt, if you pass a color res, now you will get a error
fix bug: ContentView in DrawerLayout padding not work
setTransparentForImageViewInFragmentfix method setTranslucentForImageView support pass null as needOffsetView
add method for fragment witch using ImageView as head view
setTranslucentForImageViewInFragment(Activity activity, View needOffsetView)
setTransparentForImageViewInFragment(Activity activity, View needOffsetView)
fix setTranslucent bug when root layout is CoordinatorLayout
setTranslucentForCoordinatorLayout(Activity activity, int statusBarAlpha)
add method for page witch using ImageView as head view
setTranslucentForImageView(Activity activity, int statusBarAlpha, View needOffsetView)
and
setTranslucentForImageView(Activity activity, View needOffsetView)