0
儘管在動作條有是足夠的空間,只顯示圖標,甚至當我使用操作欄不顯示菜單項,既圖標和文本
app:showAsAction= "always|withText"
全碼:
<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.ishaan.admin.notify.Profile">
<item android:id="@+id/action_logout"
android:title="Logout"
android:icon="@drawable/logout_icon"
app:showAsAction= "always|withText" />
</menu>
文本是否出現,如果你旋轉手機? –