From d07d43e0128b3276f470299ec06e9ef338393521 Mon Sep 17 00:00:00 2001
From: Ashok-Varma <8Uv?:frv&,ViXg~>
Date: Sat, 14 May 2016 16:03:00 +0530
Subject: [PATCH] 1.2.0
---
README.md | 4 ++--
bottom-navigation-bar/src/main/res/values/attrs.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index e58e019..df9689a 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ BACKGROUND_STYLE_STATIC | |
#### 1. Modes
-Attribute: `bnbMode` Values: `default, fixed, shifting`
+Attribute: `bnbMode` Values: `mode_default, mode_fixed, mode_shifting`
Method: `setMode()` Values:`MODE_DEFAULT, MODE_FIXED, MODE_SHIFTING`
##### Code Snippet Example
@@ -106,7 +106,7 @@ Method: `setMode()` Values:`MODE_DEFAULT, MODE_FIXED, MODE_SHIFTING`
**MODE_DEFAULT:** if number of tabs are less than or equal to three then MODE_FIXED will be used other cases MODE_SHIFTING will be used.
#### 2. Background Styles
- Attribute: `bnbBackgroundStyle` Values: `default, static, ripple`
+ Attribute: `bnbBackgroundStyle` Values: `background_style_default, background_style_static, background_style_ripple`
Method: `setBackgroundStyle()` Values: `BACKGROUND_STYLE_DEFAULT, BACKGROUND_STYLE_STATIC, BACKGROUND_STYLE_RIPPLE`
##### Code Snippet Example
diff --git a/bottom-navigation-bar/src/main/res/values/attrs.xml b/bottom-navigation-bar/src/main/res/values/attrs.xml
index d81577e..5b10e13 100644
--- a/bottom-navigation-bar/src/main/res/values/attrs.xml
+++ b/bottom-navigation-bar/src/main/res/values/attrs.xml
@@ -1,7 +1,7 @@
-
+