0
房間
我得到一個奇怪的問題,我在Android Studio中使用appcompatv7,我有一個包含此菜單,菜單項沒有顯示爲操作欄圖標即使
<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="com.itspirits.LifeEncyclopediaAdv.lifeencyclopedia.activities.MainScreenActivity" >
<item android:id="@+id/action_share"
android:icon="@drawable/share"
android:showAsAction="ifRoom"
android:title="Share"/>
</menu>
然而, ,圖標從不出現,但它只顯示在菜單中。這不是房間問題,因爲在操作欄上沒有圖標和足夠的空間。任何建議爲什麼這個問題。