gpt4 book ai didi

java - 更改菜单 xml 中的值

转载 作者:行者123 更新时间:2023-11-29 05:01:51 25 4
gpt4 key购买 nike

在我的 android 应用程序中,我得到了 main_activity.xml:

    <android.support.design.widget.NavigationView
android:id="@+id/nav"
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:layout_gravity="start"
app:headerLayout="@layout/head"
app:menu="@menu/nav_menu"/>

我想以编程方式更改 app:menu 的值,有什么办法吗?

最佳答案

使用 findViewById() 方法获取对 NavigationView 对象的引用。

NavigationView 类提供了一个方法inflateMenu(resourceID)

链接:https://developer.android.com/reference/android/support/design/widget/NavigationView.html#inflateMenu%28int%29

关于java - 更改菜单 xml 中的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31878488/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com