Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为 Android 应用程序使用线性布局创建了一个自定义菜单。这里的场景是我创建了五个菜单选项卡。我必须根据我将要执行的导航设置一两个菜单的可见性。问题是当我将菜单选项卡的可见性设置为消失时,会明确显示布局的拉伸。请指导以摆脱问题
您可以改用可见性“不可见”。GONE:视图完全从您的布局中删除。INVISIBLE:视图未显示,但仍使用所需的空间。