Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit 837c79b

Browse files
committed
Update README.md
1 parent c551830 commit 837c79b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,10 @@ Here are all the **FloatingActionMenu**'s xml attributes with their **default va
141141
fab:menu_labels_style="@style/YourCustomLabelsStyle"
142142
fab:menu_labels_position="left"
143143
fab:menu_openDirection="up"
144-
fab:menu_backgroundColor="@android:color/transparent">
144+
fab:menu_backgroundColor="@android:color/transparent"
145+
fab:menu_fab_label="your_label_here"
146+
fab:menu_fab_show_animation="@anim/my_show_animation"
147+
fab:menu_fab_hide_animation="@anim/my_hide_animation">
145148

146149
<com.github.clans.fab.FloatingActionButton
147150
android:id="@+id/menu_item"

0 commit comments

Comments
 (0)