如何更改xml文件中的片段类名称标签?

发布于 2024-11-25 00:23:12 字数 40 浏览 2 评论 0原文

我想通过其他片段类更改片段类..在 Listview 的单击事件上

I want to change the fragment class by other fragment class.. on click event of Listview

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

相权↑美人 2024-12-02 00:23:12

如何更改xml文件中的片段类名称标签?

您打开编辑器并输入一个新值。

我想通过其他片段类更改片段类..在Listview的单击事件上

您从 XML 文件中删除 并通过 处理片段初始化和单击更改片段事务 仅用于在 Activity 生命周期内不会更改的片段。

How to change fragment class name tag in xml file?

You open up your editor and type in a new value.

I want to change the fragment class by other fragment class.. on click event of Listview

You remove the <fragment> from the XML file and handle your fragment initialization and on-click changes via FragmentTransactions. <fragment> is only used for fragments that will not be changing during the lifetime of the activity.

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