Search code examples
androidandroid-layoutfloating-action-buttonfloating-action-menu

Is it possible ro change the floating action button label to right of icon


I am using Clans FloatingActionButton

1: https://github.com/Clans/FloatingActionButton. By default the layout appears as this The Label for button is in the left and button to right. Is it possible to change the layout as, button to the left and label to the right of button


Solution

  • Please check the lib you are using :

    You can find the option like :

    fab:menu_labels_position="right"

    and

    FloatingActionButton set it to left in layout

    so you can change according your need .