I have created style that change the popup menu background color and now i need to know how to change the menu item text color too. Below is the style i am using
<style name="AppTheme" parent="android:Theme.Holo">
<item name="android:popupMenuStyle">@style/PopupMenu</item>
</style>
<style name="PopupMenu" parent="@android:style/Widget.PopupMenu">
<item name="android:popupBackground">@color/popup_menu_bg_color</item>
</style>
Apply this style code to your application/activity theme style
<item name="android:textColorPrimary">@android:color/white</item>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With