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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -