Is it a good idea to use a Floating Action Button for non-actions?
Google Material Design guidelines recommend to use Floating Action Buttons primarily for a promoted action. However, recently there seems to be a rather solid emerging trend to use these buttons for triggering transition between two or more views, which don't necessarily contain actions.
For example:
Is this a recommended UX practice?