Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roughike authored Mar 22, 2017
1 parent ce38fa4 commit 704f4f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ nearby.removeBadge/();
app:bb_activeTabAlpha="1"
app:bb_inActiveTabColor="#222222"
app:bb_activeTabColor="@color/colorPrimary"
app:bb_badgesHideWhenActive="true"
app:bb_titleTextAppearance="@style/MyTextAppearance"
app:bb_titleTypeFace="fonts/MySuperDuperFont.ttf"
app:bb_showShadow="true" />
Expand Down Expand Up @@ -348,7 +349,8 @@ nearby.removeBadge/();
inActiveColor="#00FF00"
activeColor="#FF0000"
barColorWhenSelected="#FF0000"
badgeBackgroundColor="#FF0000" />
badgeBackgroundColor="#FF0000"
badgeHidesWhenActive="true" />
```

<dl>
Expand Down

0 comments on commit 704f4f6

Please sign in to comment.