Skip to content

Commit

Permalink
read.me changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashok-Varma authored and Ashok-Varma committed May 14, 2016
1 parent d718bbe commit 2cc89e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bottom-navigation-bar/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<attr name="bnbBackgroundColor" format="color" />
<attr name="bnbAnimationDuration" format="integer" />
<attr name="bnbMode" format="enum">
<enum name="default" value="0" />
<enum name="fixed" value="1" />
<enum name="shifting" value="2" />
<enum name="mode_default" value="0" />
<enum name="mode_fixed" value="1" />
<enum name="mode_shifting" value="2" />
</attr>
<attr name="bnbBackgroundStyle" format="enum">
<enum name="default" value="0" />
<enum name="static" value="1" />
<enum name="ripple" value="2" />
<enum name="background_style_default" value="0" />
<enum name="background_style_static" value="1" />
<enum name="background_style_ripple" value="2" />
</attr>
</declare-styleable>
</resources>

0 comments on commit 2cc89e2

Please sign in to comment.