Android-ObservableScrollView
Android-ObservableScrollView copied to clipboard
Hide() Show() not Animating.
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.
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?