From 22dced7ed4dc36569f9ee8ffbbc86ff5bded268f Mon Sep 17 00:00:00 2001 From: Dmitry Tarianyk Date: Sun, 22 Mar 2015 09:51:00 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ab0ba64..33e4e07 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Add the `com.github.clans.fab.FloatingActionButton` to your layout XML file. ``` You can set an icon for the **FloatingActionButton** using `android:src` xml attribute. Use drawables of size `24dp` as specified by [guidlines](http://www.google.com/design/spec/components/buttons.html#buttons-floating-action-button). Icons of desired size can be generated with [Android Asset Studio](http://romannurik.github.io/AndroidAssetStudio/icons-generic.html). +### Floating action button Here are all the **FloatinActionButton**'s xml attributes with their **default values** which means that you don't have to set all of them: ```XML