为什么菜单栏上没有显示我的菜单图标?

时间:2018-11-08 21:32:05

标签: android menu android-actionbar

问题是操作栏上的我的选项添加项图标没有出现(它有显示图标的空间,但没有)。我的选项只出现在下拉菜单中(3点XD),谢谢。这是我的代码xml,然后是我的代码java:

change.getFrom()

java:

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
 xmlns:app="http://schemas.android.com/apk/res-auto">

<item android:id="@+id/menuAddItem"
 android:title="Add Item"
 android:icon="@android:drawable/ic_menu_add"
 app:showAsAction="ifRoom"
/>

</menu>

As you can see the icon does not appear but the actionbar has space

您可以看到该图标没有出现,但操作栏上有空格,我的选项仅显示在下拉菜单中。谢谢您的帮助。

0 个答案:

没有答案