如果 QDBaseSectionLayoutFragment 中的可悬停 header 布局 (QDSectionHeaderView) 的高度不一致 (QDGridSectionAdapter),则在快速滑动时会出现问题,悬停头部的布局会混乱。

作者: liheng-heng创建于 2025年4月28日更新于 2025年4月28日

public class QDSectionHeaderView extends LinearLayout {

private TextView mTitle;
public ImageView mArrowView;
public LinearLayout ll_info_1;
public LinearLayout ll_info_2;

}

内容来源: Tencent/QMUI_Android