is there any way to put the float in the start
i found that the app:fabAlignmentMode have only 2 option (center , end )
<attr name="fabAlignmentMode">
<!-- Mode that aligns the fab to the center. -->
<enum name="center" value="0"/>
<!-- Mode that aligns the fab to the end. -->
<enum name="end" value="1"/>
</attr>
is there is a way to put it on the start
