You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: