每个活动底部的通用按钮或选项卡
我想在每个屏幕/活动的底部放置一些快捷方式或按钮。我知道我们可以通过使用框架布局/相对布局、选项卡小部件等来做到这一点。
因为,我每个活动都需要它,我是否需要为每个活动和按钮操作再次编写 XML 布局?再次?是否可以引用按钮单击等的布局和操作,以便实现相同的代码冗余?
I want to put some shortcuts or buttons at bottom of every screen/activity. I understand we can do that by using framelayout/ relativelayout, tab widget etc.
Since, I need it for every activity, do I need to write XML layout for every activity and the button actions again & again? Is it possible to refer a layout and actions on button click etc so that same code redundancy?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您好,
您可以使用 xml 标签:
将 commonfooter.xml 布局文件中的所有内容包含在另一个布局 xml 中。
希望有帮助!
Hallo,
You can use the xml tag:
to include whatever you have in your commonfooter.xml layout file in another layout xml.
Hope that helps!