yavski / fab-speed-dial

FAB flinging out actionable menu items using the Speed dial metaphor
Apache License 2.0
477 stars 122 forks source link

Change multi-color settings at runtime #44

Open ened opened 8 years ago

ened commented 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.

ened commented 8 years ago

Basically, I think 2 setter methods would work:

setMiniFabTitleTextColorArray(int[] arr) and setMiniFabBackgroundTintArray(int[] arr).