我正在開發最新的android版本的溢出菜單,因爲我正在這樣做,文本項目被添加到溢出菜單,但項目圖像沒有添加。所以請幫助我知道如何將圖像添加到溢出菜單。如何在Android studio中將圖像添加到溢出菜單?
我附上了截圖和代碼。
<?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"/>
檢查這個問題,請:http://stackoverflow.com/questions/27919595/popupmenu-item-圖標 – Kushan