应用栏布局集扩展速度很慢



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

问题是动画速度慢且不流畅。

我一直在搜索,支持设计库似乎有问题(请阅读这个问题)。但是我无法降级我的支持设计库,因为我使用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...

有什么建议可以提高设置扩展速度吗?

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

相关内容

  • 没有找到相关文章

最新更新