每个活动底部的通用按钮或选项卡

发布于 2024-10-06 21:08:27 字数 149 浏览 1 评论 0原文

我想在每个屏幕/活动的底部放置一些快捷方式或按钮。我知道我们可以通过使用框架布局/相对布局、选项卡小部件等来做到这一点。

因为,我每个活动都需要它,我是否需要为每个活动和按钮操作再次编写 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

べ映画 2024-10-13 21:08:27

您好,

您可以使用 xml 标签:

<include layout="@layout/commonfooter" />

将 commonfooter.xml 布局文件中的所有内容包含在另一个布局 xml 中。

希望有帮助!

Hallo,

You can use the xml tag:

<include layout="@layout/commonfooter" />

to include whatever you have in your commonfooter.xml layout file in another layout xml.

Hope that helps!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文