I use a toolbar and when scrolling the image it shows with text,
I try in java also toolbar.setTitleTextColor(Color.RED);
But it does not work the text color always white
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:layout_collapseMode="pin"
app:titleTextColor="@color/buttontext"
app:popupTheme="@style/appBarTheme" />