Open ened opened 8 years ago
Per the description here: https://github.com/yavski/fab-speed-dial#multi-colored-fabs
I can use XML attributes to set the colors of items. For a current project, it would be beneficial to change these resources in runtime.
Basically, I think 2 setter methods would work:
setMiniFabTitleTextColorArray(int[] arr) and setMiniFabBackgroundTintArray(int[] arr).
setMiniFabTitleTextColorArray(int[] arr)
setMiniFabBackgroundTintArray(int[] arr)
Per the description here: https://github.com/yavski/fab-speed-dial#multi-colored-fabs
I can use XML attributes to set the colors of items. For a current project, it would be beneficial to change these resources in runtime.