andremion / CounterFab

A FloatingActionButton subclass that shows a counter badge on right top corner

Home Page:https://play.google.com/store/apps/details?id=com.andremion.counterfab.sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing the counter background color

ToniNgethe opened this issue · comments

Is there a method of changing the counter background color other than using the default tint color of the floating action bar

@ToniNgethe, for now no.
The concept uses the FAB tint color masked with a translucent black.
You can change the FAB tint color by app:backgroundTint attribute.

It would be useful to change the color with a attribute in cases where I want to change the fab background color

#7 Here an implementation proposal

any update on this? Is it solved?