Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

dropdown list overlap with anchor view when changing the anchor view background to a transparent image #181

@jerrybi

Description

@jerrybi

Hi, I set the background using a transparent png file, when pop up window showing,there is a redundant text appearing in the anchor view area,which has mixed to the anchor view text.if you lock phone screen and unlock again,the
redundant text will disappear,i don't know why this redundant text appear,nice spinner bug?list popup window bug?pop up window bug?the temporary solution is set a 300 miliseconds delay then invalidate the view.but still can see the redundant
text appear and disappear in a short time,it is not a perfect solution.
postDelayed(new Runnable() { @Override public void run() { invalidate(); } },300);
does anybody know the reason?

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