From d3c44cf1a33b630c0b21c61d5280edfa37a72536 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Sun, 11 Dec 2016 15:13:13 +0800 Subject: [PATCH] Mention fab size in documentation. #11 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 882b0e5..dbe6c82 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ Currently the library offers the following customization options: - `menu_margin`: Controls the margin applied to the FAB Menu. Currently the same margin is applied to all four corners (defaults to 16dp). - `menu_open`: Controls which side of the FAB menu is the arc menu displayed on. Currently supports one of `arc_left` or `arc_right` - `menu_animation_time`: Controls the animation time to transition the menu from close to open state and vice versa. The time is represented in milli-seconds + - `fabSize`: Sets the size of the FAB icon used in the ArcMenu. Can be either `mini` or `normal` API -------