Clans / FloatingActionButton

Android Floating Action Button based on Material Design specification
Apache License 2.0
5.22k stars 1.13k forks source link

How add this FAB to toolbar? #399

Open Maruf13 opened 7 years ago

Maruf13 commented 7 years ago

How add this floatingActionbutton to toolbar which menu_open_direction is down and lebels position on left? how make that chages? Or You have any other suggestions, please give me.

piravp commented 7 years ago

I'm assuming you're talking about the FloatingActinMenu. In that case, just change fab:menu_openDirection="up" to fab:menu_openDirection="down". The labels are positioned on the left-hand side by default, so you don't need to do anything there.