BottomNavigationView's titles' color being a gradient
问题 I need to make the titles in BottomNavigationView in android be of a gradient color. <?xml version="1.0" encoding="utf-8"?> <gradient xmlns:android="http://schemas.android.com/apk/res/android" android:startColor="@color/gradientLeft" android:endColor="@color/gradientRight" android:angle="0"/> I have the colors set up and it works with e.g. icons on BtmNavView, but I can't get the titles to change their color to a gradient. <com.google.android.material.bottomnavigation.BottomNavigationView