DevsmartLib-Android
DevsmartLib-Android copied to clipboard
onDataSetChanged disable scroll animation
if you use onDataSetChange, the animation is disabled. The reason is: you call initView() in onLayout, when onDataSetChanged was called! in initView() it set the scroller to a new scroller. It is not needed to reset the scroller, you need a new Method for initView() in onLayout.