1

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

cpt. Sparrow
  • 415
  • 8
  • 22
Suresh Basnet
  • 147
  • 2
  • 13

2 Answers2

1

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 .

Varma460
  • 497
  • 1
  • 4
  • 13
0

In the git project https://github.com/Clans/FloatingActionButton
search for ' fab:menu_labels_position="left" '
and edit it to ' fab:menu_labels_position="right" '.
Hope you got the answer. :)