fix typo
- bug fix and remove StatusBarView
- add method
hideFakeStatusBarView
to hide fake StatusBarView
- fix
setColorForSwipeBack
method withCoordinatorLayout
bug
- Bug fix
- Bug fix
- Fix multi-fragment problem && rootView may not ViewGroup bug
- fix method
setColorDiff
bug
-
add
setColorForSwipeBack
method, now support
- update support version to 24.2.1
-
add
@ColorInt
, if you pass a color res, now you will get a error -
fix bug: ContentView in DrawerLayout padding not work
- fix bug in method
setTransparentForImageViewInFragment
-
fix 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)
- fix set color bug on 4.4 devices
- fix some bugs
- first publish