android - How to change the text color of the bottom menu item? -
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
Post a Comment