AppBarLayout setExpanded速度很慢

cut*_*iko 5 android android-support-design android-collapsingtoolbarlayout android-appbarlayout

我在AppBarLayout中使用了CollapsingToolbarLayout,用户可以使用setExpanded(boolean)AppBarLayout中的方法展开或折叠它.

问题是动画很慢而且不流畅.

我正在搜索,似乎支持设计库存在问题(请阅读此问题).但我不能降级我的支持设计库因为Im使用BottomSheetBehavior,我得到这个错误:

Error:(88) No resource identifier found for attribute 'behavior_hideable' in package...
Error:(88) No resource identifier found for attribute 'behavior_peekHeight' in package...
Run Code Online (Sandbox Code Playgroud)

有什么建议可以提高setExpand的速度吗?

Mar*_*ari 0

使用appBarLayout.setExpanded(true,true);代替setExpanded(boolean)并且扩展将被动画化