I would like to set iconTint for the menu item as you see below but I have a warning "Attribute iconTint is only used in API level 26 and higher" So is there another way to set tint of menu item icon.
Thanks!
<item
android:id="@+id/navigation_schedule"
android:icon="@drawable/ic_filter_list_black_24dp"
android:iconTint="@color/black"
android:title="@string/filter"
app:showAsAction="always" />