Skip to content

关于内容显示不完整的问题 #26

@mm46468648

Description

@mm46468648

查看源码发现,是因为摆放的时候重复累加了topmargin值
源码446行
// top += lineHeight + lp.topMargin + lp.bottomMargin;
改为
top += lineHeight;
看着是解决了,不知道有没有什么别的问题

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions