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.
我试图通过添加这一行来在 xml 中的菜单项中添加一个图标
android:icon="@android:drawable/ic_menu_preferences"
进去了<item>,但没有用。
<item>
我也尝试将我的图像放在可绘制文件夹中,尝试通过以下方式显示它:
android:icon="@drawable/my_image"
也没有用,图标没有出现在菜单中。
我究竟做错了什么?
如果“菜单”是指操作栏的操作溢出区域,它不显示图标,因此您没有做错任何事情。图标仅用于操作栏中的工具栏按钮。