enter image description here我無法在我的工具欄上顯示菜單圖標。任何想法 ? 下面是menu_main.xml編碼:無法顯示菜單項的圖標
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".MainActivity">
<item
android:id="@+id/menu_date"
android:icon="@drawable/clock_logo"
android:orderInCategory="100"
android:title="Date and Time"
app:showAsAction="always"/>
<item
android:id="@+id/menu_location"
android:icon="@drawable/location"
android:orderInCategory="100"
android:title="Location"
app:showAsAction="ifRoom"/>
</menu>
你有沒有在你的java文件是什麼?你有沒有關注這篇文章? https://developer.android.com/guide/topics/ui/menus.html#options-menu – Kia
分享你的java代碼 – sumit
檢查這一行是否丟失「<?xml version =」1.0「encoding =」utf-8 「?>」就像這樣:<?xml version =「1.0」encoding =「utf-8」?>