我在AppBarLayout中使用了CollapsingToolbarLayout,用户可以使用AppBarLayout中的setExpanded(boolean)
方法展开或折叠它。
问题是动画缓慢且不流畅。
我一直在搜索,似乎支持设计库存在问题(请阅读此question)。但我不能降级我的支持设计库因为我使用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...
有什么建议可以提高setExpand的速度吗?
答案 0 :(得分:0)
使用appBarLayout.setExpanded(true,true);
代替setExpanded(boolean)
,广告将动画