-
Notifications
You must be signed in to change notification settings - Fork 116
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
Flexlayout隐藏子控件之后,子控件仍然占用空间 #16
Comments
能把具体的代码贴上来看一下吗 |
TextView 就比如说这个控件,隐藏之后仍然占用了空间 |
你们没有这种情况么 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我给子控件添加了属性 android:visibility="gone",结果控件隐藏了,但控件仍然占用了空间,效果是跟 android:visibility="invisible"一样的
The text was updated successfully, but these errors were encountered: