It seems you can only change the color from the title texts of the mini fabs with a list but not the title backgrounds. I want to color the backgrounds from the mini buttons and mini titles in different colors.
this is for the buttons:
app:miniFabBackgroundTintList="@array/fab_menu_item_colors"
this is for the text:
app:miniFabTitleTextColorList="@array/fab_menu_item_colors"
but something like this is missing:
app:miniFabTitleBackgroundTextColorList="@array/fab_menu_item_colors"