1.recyclerview的使用gridlayoutManager布局,每行有四个元素。布局的item使用framelayout作为根布局的时候没有卡顿的现象,在使用ConstraintLayout作为根布局的时候就会卡顿,检测发现cpu消耗比较厉害。
2.
第一种布局:
第二种布局
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
同样是替换item rootlayout为constraintlayout,我发现它并不能填充item。。。?
你的在布局上很正常吗?