Android-ObservableScrollView icon indicating copy to clipboard operation
Android-ObservableScrollView copied to clipboard

Hide() Show() not Animating.

Open sandhusimranjit opened this issue 8 years ago • 1 comments

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.

sandhusimranjit avatar Nov 17 '15 07:11 sandhusimranjit

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?

ksoichiro avatar Nov 29 '15 14:11 ksoichiro