I want to make a Floating Action Button (FAB) (from the design support library) with black background and borders having the same color as my primary color.
I have read the answer by @vipul_asri shown in this question.
But, when I replace the "transparent" color to a black one (or any other) this changes the background of my FAB to the backgroundTint
color which also doesn't have a border.
Is it hard to put borders on a FAB button? Does anyone know how is it possible to achieve this?