How can i change color text and background color title of Popup Menu?
When i want change another item in popup menu i use something like this :
<style name="itemTextStyle.customTheme" parent="@android:style/TextAppearance.Widget.IconMenu.Item">
<item name="android:textColor">@color/green</item>
<item name="android:textSize">10dp</item>
</style>
I would like to change only this tittle : ScreenShot