i can't find how change text color of overflow menu. have toolbar used actionbar , theme "appcompat.light.noactionbar".
i want overflow menu looking popup menu of menu button.
my theme:
<style name="customtheme" parent="theme.appcompat.light.noactionbar"> <item name="colorprimary">@color/colorprimary_red</item> <item name="colorprimarydark">@color/colorprimarydark_red</item> <item name="android:textcolorprimary">@color/colortextcolorprimary</item> <item name="android:textcolorsecondary">@color/colortextcolorsecondary</item> <item name="actionmenutextcolor">@color/actionmenutextcolor</item> </style> my colors:
<color name="colorprimary_red">#d00000</color> <color name="colorprimarydark_red">#9d001b</color> <color name="colortextcolorprimary">#ffffff</color> <color name="colortextcolorsecondary">#000000</color> <color name="actionmenutextcolor">#000000</color> overflow menu text in screen pink because changed let people see. white.
screen of app:
Comments
Post a Comment