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

如何解除小红点与View的绑定 #91

Open
wangtaolin opened this issue Sep 3, 2019 · 1 comment
Open

如何解除小红点与View的绑定 #91

wangtaolin opened this issue Sep 3, 2019 · 1 comment

Comments

@wangtaolin
Copy link

想要解除小红点与View的绑定,目前是绑定之后就无法进行设置之前View的GONE 和Visible

@wangtaolin
Copy link
Author

View view = (View)targetView.getParent();
view.setVisibility(View.GONE);

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