Skip to content

ignoreHintArea模式加号点击区域大于圆圈区域 #2

Description

@caiqizhen

您好,打扰了。
我感觉当在app:ignoreHintArea="true"模式的时候,加号点击区域变大算是bug
所以我在919行加了
if (isIgnoreHintArea()) {
if (mAddRegion.contains((int) event.getX(), (int) event.getY()))
onAddClick();
}else{
onAddClick();
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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