ksoichiro / Android-ObservableScrollView

Android library to observe scroll events on scrollable views.
http://ksoichiro.github.io/Android-ObservableScrollView/
Apache License 2.0
9.65k stars 2.06k forks source link

Hide() Show() not Animating. #222

Open sandhusimranjit opened 8 years ago

sandhusimranjit commented 8 years ago

Hi, Thanks for the wonderful project.

I am using AppTheme as "Theme.AppCompat.NoActionBar". As there is no default action bar in my Activity, I created my own customized action bar. Your plugin is working fine but it is not animating while hide() show(), there is kind of jerk. I also shared my project at stackoverflow for the sollution, but no success so far.

http://stackoverflow.com/questions/33749702/animate-hide-show-activity-toolbar

Kindly help. Thank.

ksoichiro commented 8 years ago

Sorry for my late reply. If you have a Toolbar in your layout, why don't you use the Toolbar animation as implemented in my example ToolbarControlListViewActivity? Is there any reason that you must use the Toolbar as ActionBar?