我正在为最新的 android 版本开发溢出菜单,因为我正在这样做,文本项被添加到溢出菜单但项目图像没有添加。所以请帮助我知道如何将图像添加到溢出菜单。
我附上了屏幕截图和代码。
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/new_game"
android:icon="@drawable/ic_new_game"
android:title="@string/new_game"
android:showAsAction="ifRoom"/>