diff --git a/README.md b/README.md index 4303634..2b2a5f4 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Installation In your project's `build.gradle` file add the following line to the `dependencies` group: - compile 'it.sephiroth.android.library.bottomnavigation:bottom-navigation:2.0.0' + compile 'it.sephiroth.android.library.bottomnavigation:bottom-navigation:2.0.1-rc1' Usage @@ -162,9 +162,16 @@ The xml menu supports the following attributes in the <menu> tag: + + + + + ``` +> **Note:** By default when there are 4 or 5 elements, only the selected item will display the label. +In order to force all the items to always show their label, use `bbn_alwaysShowLabels` in the menu xml. Badges =================