android - How to change the text color of the bottom menu item? -


how change text color of bottom menu item?

enter image description here

thanks!!!

change the text color values>>color.xml

   <item name="android:colorprimary">#000000</item>    <item name="android:textcolorprimary">#000000</item>    <item name="android:attr/textcolorprimary">#000000</item> 

you can put own color code in it. in case have put black(#000000)

if dnt work try change accent color same color.xml


Comments