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.
我有一个带有视图和几个按钮的主布局。根据用户触摸的按钮,viewstub 将使用不同的布局(就像选项卡一样)膨胀。
有没有办法做到这一点?还有其他方法吗(不使用tabpanel)?
谢谢!
您可以在 xml 文件中创建多个视图,并且可以针对每个按钮单击显示您想要的视图并隐藏其他视图。