I would like use a FloatingActionButton on my application, I read this : https://guides.codepath.com/android/Floating-Action-Buttons#google-s-official-support-library but wh
Just use this line in FloatingActionButton (app instead of android):
app
android
app:backgroundTint="@color/colorAccent"