4

在AppBarLayout中使用CollapsingToolbarLayout,用户可以使用AppBarLayout中的setExpanded(boolean)方法展开或折叠它。AppBarLayout setExpanded速度慢

问题是动画缓慢而不平滑。

我一直在搜索,似乎与支持设计库有问题(请阅读question)。但我不能使用BottomSheetBehavior降级我支持设计图书馆事业Im和我得到这个错误:

Error:(88) No resource identifier found for attribute 'behavior_hideable' in package... 
Error:(88) No resource identifier found for attribute 'behavior_peekHeight' in package... 

任何建议增加setExpand速度?

回答

0

使用appBarLayout.setExpanded(true,true);而不是setExpanded(boolean)而且扩展将是动画