我正在使用新的Toolbar
而不是ActionBar
。 在Android 5.0的一切都只是罰款:工具欄不顯示溢出圖標
4.4它不顯示的菜單圖標(雖然功能是存在的):
這是我使用的toolbar.xml
:
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
style="@style/HeaderBar"
app:theme="@style/ActionBarThemeOverlay"
app:popupTheme="@style/ActionBarPopupThemeOverlay"
android:id="@+id/toolbar_actionbar"
app:titleTextAppearance="@style/ActionBar.TitleText"
app:contentInsetStart="?actionBarInsetStart"
android:layout_width="match_parent"
android:layout_height="?actionBarSize" />
我也面臨同樣的問題,並且此代碼出現此錯誤 - >找不到與給定名稱相匹配的資源:attr'actionBarIconColor'。 – WISHY 2015-03-14 07:24:02