how to change actionbar's menu item text color in material design
问题 I'm trying to update my notepad app to use Material Design, even on older devices. What i did so far: add library appcompat_v7 to my project, to support Material Design on older devices modify theme in AndroidManifest, adding android:theme="@style/Theme.NoteItTheme" to <application ... ></application> attributes creating the theme in /res/values/themes.xml: <?xml version="1.0" encoding="utf-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android"> <style name="Theme