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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -