diff --git a/README.md b/README.md index 90b7b62a..9df4a817 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,8 @@ nearby.removeBadge/(); ## All customization options +**For the BottomBar:** + ```xml the color for inactive tabs, that's used in the tab icons and titles.
bb_activeTabColor
the color for active tabs, that's used in the tab icons and titles.
+
bb_badgeBackgroundColor
+
the background color for any Badges in this BottomBar.
bb_titleTextAppearance
custom textAppearance for the titles
bb_titleTypeFace
@@ -329,6 +333,34 @@ nearby.removeBadge/();
controls whether the shadow is shown or hidden, defaults to true.
+**For the tabs:** + +```xml + +``` + +
+
inActiveColor
+
the color for inactive tabs, that's used in the tab icons and titles.
+
activeColor
+
the color for active tabs, that's used in the tab icons and titles.
+
barColorWhenSelected
+
the color that the whole BottomBar should be when selected this tab.
+
badgeBackgroundColor
+
the background color for any Badges in this tab.
+
+
+
+
+
+ ## Apps using BottomBar * [FragNav](https://github.com/ncapdevi/FragNav) : An Android Library for managing multiple stacks of Fragments. BottomBar is used in the sample app.