From 837c79b733e2df4dc7bed036968aecaeae582d1c Mon Sep 17 00:00:00 2001 From: Dmytro Tarianyk Date: Mon, 24 Aug 2015 22:11:33 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c084e8..8d72eb2 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,10 @@ Here are all the **FloatingActionMenu**'s xml attributes with their **default va fab:menu_labels_style="@style/YourCustomLabelsStyle" fab:menu_labels_position="left" fab:menu_openDirection="up" - fab:menu_backgroundColor="@android:color/transparent"> + fab:menu_backgroundColor="@android:color/transparent" + fab:menu_fab_label="your_label_here" + fab:menu_fab_show_animation="@anim/my_show_animation" + fab:menu_fab_hide_animation="@anim/my_hide_animation">