- selectTabAtPosition(int) - Method in class com.roughike.bottombar.BottomBar
-
Select a tab at the specified position.
- selectTabAtPosition(int, boolean) - Method in class com.roughike.bottombar.BottomBar
-
Select a tab at the specified position.
- selectTabWithId(int) - Method in class com.roughike.bottombar.BottomBar
-
Select the tab with the corresponding id.
- setActiveAlpha(float) - Method in class com.roughike.bottombar.BottomBarTab
-
- setActiveColor(int) - Method in class com.roughike.bottombar.BottomBarTab
-
- setActiveTabAlpha(float) - Method in class com.roughike.bottombar.BottomBar
-
Set alpha value used for active BottomBarTabs.
- setActiveTabColor(int) - Method in class com.roughike.bottombar.BottomBar
-
Set active color used for selected BottomBarTabs.
- setBadgeBackgroundColor(int) - Method in class com.roughike.bottombar.BottomBar
-
Set background color for the badge.
- setBadgeBackgroundColor(int) - Method in class com.roughike.bottombar.BottomBarTab
-
- setBadgeCount(int) - Method in class com.roughike.bottombar.BottomBarTab
-
- setBadgeHidesWhenActive(boolean) - Method in class com.roughike.bottombar.BottomBarTab
-
- setBadgesHideWhenActive(boolean) - Method in class com.roughike.bottombar.BottomBar
-
Controls whether the badge (if any) for active tabs
should be hidden or not.
- setBarColorWhenSelected(int) - Method in class com.roughike.bottombar.BottomBarTab
-
- setDefaultTab(int) - Method in class com.roughike.bottombar.BottomBar
-
Set the default selected to be the tab with the corresponding tab id.
- setDefaultTabPosition(int) - Method in class com.roughike.bottombar.BottomBar
-
Sets the default tab for this BottomBar that is shown until the user changes
the selection.
- setInActiveAlpha(float) - Method in class com.roughike.bottombar.BottomBarTab
-
- setInActiveColor(int) - Method in class com.roughike.bottombar.BottomBarTab
-
- setInActiveTabAlpha(float) - Method in class com.roughike.bottombar.BottomBar
-
Set alpha value used for inactive BottomBarTabs.
- setInActiveTabColor(int) - Method in class com.roughike.bottombar.BottomBar
-
- setItems(int) - Method in class com.roughike.bottombar.BottomBar
-
Set the items for the BottomBar from XML Resource.
- setItems(int, BottomBarTab.Config) - Method in class com.roughike.bottombar.BottomBar
-
Set the item for the BottomBar from XML Resource with a default configuration
for each tab.
- setLongPressHintsEnabled(boolean) - Method in class com.roughike.bottombar.BottomBar
-
Controls whether the long pressed tab title should be displayed in
a helpful Toast if the title is not currently visible.
- setOnTabReselectListener(OnTabReselectListener) - Method in class com.roughike.bottombar.BottomBar
-
Set a listener that gets fired when a currently selected
BottomBarTab is clicked.
- setOnTabSelectListener(OnTabSelectListener) - Method in class com.roughike.bottombar.BottomBar
-
Set a listener that gets fired when the selected
BottomBarTab changes.
- setOnTabSelectListener(OnTabSelectListener, boolean) - Method in class com.roughike.bottombar.BottomBar
-
Set a listener that gets fired when the selected
BottomBarTab changes.
- setTabSelectionInterceptor(TabSelectionInterceptor) - Method in class com.roughike.bottombar.BottomBar
-
Set a listener that gets fired when the selected
BottomBarTab is about to change.
- setTabTitleTextAppearance(int) - Method in class com.roughike.bottombar.BottomBar
-
Set custom text apperance for all BottomBarTabs.
- setTabTitleTypeface(String) - Method in class com.roughike.bottombar.BottomBar
-
Set a custom typeface for all tab's titles.
- setTabTitleTypeface(Typeface) - Method in class com.roughike.bottombar.BottomBar
-
Set a custom typeface for all tab's titles.
- setTitle(String) - Method in class com.roughike.bottombar.BottomBarTab
-
- setTitleTypeface(Typeface) - Method in class com.roughike.bottombar.BottomBarTab
-
- shouldInterceptTabSelection(int, int) - Method in interface com.roughike.bottombar.TabSelectionInterceptor
-
The method being called when currently visible
BottomBarTab is about to change.
- showBar() - Method in class com.roughike.bottombar.ShySettings
-
Shows the BottomBar if it was hidden, with a translate animation.
- ShySettings - Class in com.roughike.bottombar
-
Settings specific for a shy BottomBar.