Skip navigation links
A B C F G H I O R S T 

A

activeTabAlpha(float) - Method in class com.roughike.bottombar.BottomBarTab.Config.Builder
 
activeTabColor(int) - Method in class com.roughike.bottombar.BottomBarTab.Config.Builder
 

B

badgeBackgroundColor(int) - Method in class com.roughike.bottombar.BottomBarTab.Config.Builder
 
BadgeContainer - Class in com.roughike.bottombar
Created by iiro on 29.8.2016.
BadgeContainer(Context) - Constructor for class com.roughike.bottombar.BadgeContainer
 
barColorWhenSelected(int) - Method in class com.roughike.bottombar.BottomBarTab.Config.Builder
 
BottomBar - Class in com.roughike.bottombar
 
BottomBar(Context) - Constructor for class com.roughike.bottombar.BottomBar
 
BottomBar(Context, AttributeSet) - Constructor for class com.roughike.bottombar.BottomBar
 
BottomBar(Context, AttributeSet, int) - Constructor for class com.roughike.bottombar.BottomBar
 
BottomBar(Context, AttributeSet, int, int) - Constructor for class com.roughike.bottombar.BottomBar
 
BottomBarTab - Class in com.roughike.bottombar
 
BottomBarTab.Config - Class in com.roughike.bottombar
 
BottomBarTab.Config.Builder - Class in com.roughike.bottombar
 
build() - Method in class com.roughike.bottombar.BottomBarTab.Config.Builder
 
Builder() - Constructor for class com.roughike.bottombar.BottomBarTab.Config.Builder
 

C

com.roughike.bottombar - package com.roughike.bottombar
 

F

findPositionForTabWithId(int) - Method in class com.roughike.bottombar.BottomBar
Find the tabs' position in the container by id.

G

getActiveAlpha() - Method in class com.roughike.bottombar.BottomBarTab
 
getActiveColor() - Method in class com.roughike.bottombar.BottomBarTab
 
getBadgeBackgroundColor() - Method in class com.roughike.bottombar.BottomBarTab
 
getBadgeHidesWhenActive() - Method in class com.roughike.bottombar.BottomBarTab
 
getBarColorWhenSelected() - Method in class com.roughike.bottombar.BottomBarTab
 
getCurrentTab() - Method in class com.roughike.bottombar.BottomBar
Get the currently selected tab.
getCurrentTabId() - Method in class com.roughike.bottombar.BottomBar
Get the resource id for the currently selected tab.
getCurrentTabPosition() - Method in class com.roughike.bottombar.BottomBar
Get the currently selected tab position.
getInActiveAlpha() - Method in class com.roughike.bottombar.BottomBarTab
 
getInActiveColor() - Method in class com.roughike.bottombar.BottomBarTab
 
getOuterView() - Method in class com.roughike.bottombar.BottomBarTab
 
getShySettings() - Method in class com.roughike.bottombar.BottomBar
Returns the settings specific for a shy BottomBar.
getTabAtPosition(int) - Method in class com.roughike.bottombar.BottomBar
Get the tab at the specified position.
getTabCount() - Method in class com.roughike.bottombar.BottomBar
 
getTabWithId(int) - Method in class com.roughike.bottombar.BottomBar
Find a BottomBarTab with the corresponding id.
getTitle() - Method in class com.roughike.bottombar.BottomBarTab
 
getTitleTextAppearance() - Method in class com.roughike.bottombar.BottomBarTab
 
getTitleTypeFace() - Method in class com.roughike.bottombar.BottomBarTab
 

H

hideBadgeWhenSelected(boolean) - Method in class com.roughike.bottombar.BottomBarTab.Config.Builder
 
hideBar() - Method in class com.roughike.bottombar.ShySettings
Hides the BottomBar in if it was visible, with a translate animation.

I

inActiveTabAlpha(float) - Method in class com.roughike.bottombar.BottomBarTab.Config.Builder
 
inActiveTabColor(int) - Method in class com.roughike.bottombar.BottomBarTab.Config.Builder
 

O

onAttachedToWindow() - Method in class com.roughike.bottombar.BottomBar
 
onClick(View) - Method in class com.roughike.bottombar.BottomBar
 
onLayout(boolean, int, int, int, int) - Method in class com.roughike.bottombar.BottomBar
 
onLongClick(View) - Method in class com.roughike.bottombar.BottomBar
 
onRestoreInstanceState(Parcelable) - Method in class com.roughike.bottombar.BottomBar
 
onRestoreInstanceState(Parcelable) - Method in class com.roughike.bottombar.BottomBarTab
 
onSaveInstanceState() - Method in class com.roughike.bottombar.BottomBar
 
onSaveInstanceState() - Method in class com.roughike.bottombar.BottomBarTab
 
onTabReSelected(int) - Method in interface com.roughike.bottombar.OnTabReselectListener
The method being called when currently visible BottomBarTab is reselected.
OnTabReselectListener - Interface in com.roughike.bottombar
 
onTabSelected(int) - Method in interface com.roughike.bottombar.OnTabSelectListener
The method being called when currently visible BottomBarTab changes.
OnTabSelectListener - Interface in com.roughike.bottombar
 

R

removeBadge() - Method in class com.roughike.bottombar.BottomBarTab
 
removeOnTabReselectListener() - Method in class com.roughike.bottombar.BottomBar
Removes the current OnTabReselectListener listener
removeOnTabSelectListener() - Method in class com.roughike.bottombar.BottomBar
Removes the current OnTabSelectListener listener
removeOverrideTabSelectionListener() - Method in class com.roughike.bottombar.BottomBar
Removes the current TabSelectionInterceptor listener

S

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.

T

TabSelectionInterceptor - Interface in com.roughike.bottombar
 
titleTextAppearance(int) - Method in class com.roughike.bottombar.BottomBarTab.Config.Builder
 
titleTypeFace(Typeface) - Method in class com.roughike.bottombar.BottomBarTab.Config.Builder
 
A B C F G H I O R S T 
Skip navigation links