I\'m working with FloatingActionButton. The user should be able to switch the FAB background color within a onClick Event.
FloatingActionButton
onClick
However, the rec
From XML, you can use
card_view:backgroundTint="@color/your_color"
where card_view is xmlns:card_view="http://schemas.android.com/apk/res-auto"
card_view
xmlns:card_view="http://schemas.android.com/apk/res-auto"