Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

toggleSelectTagView does not change color to selected state colors. #107

Open
Sermilion opened this issue Sep 13, 2019 · 0 comments
Open

Comments

@Sermilion
Copy link

Sermilion commented Sep 13, 2019

I have a use case where I need tags to be pre-selected (with respective "selected state" colors). I found toggleSelectTagView function , which I thing, supposed to do exactly that. However, in the code for selectView I found a TODO:

//TODO change background color
    public void selectView() {
        if (isViewSelectable && !getIsViewSelected()) {
            this.isViewSelected = true;
            postInvalidate();
        }
    }```

Is this not supported atm? Is there a workaround for this?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant