All Types

com.skydoves.androidbottombar.AndroidBottomBarView

AndroidBottomBarView is a lightweight bottom navigation view, fully customizable with an indicator and animations.

com.skydoves.androidbottombar.animations.BadgeAnimation

BadgeAnimation is an enumeration class for appearing badge with animations.

com.skydoves.androidbottombar.animations.BadgeAnimationInterpolator

BadgeAnimationInterpolator is an enumeration class for animating BadgeAnimation with an interpolator.

com.skydoves.androidbottombar.forms.BadgeForm

BadgeForm is an attribute class that has some attributes about text for customizing menu item badge easily.

com.skydoves.androidbottombar.forms.BadgeFormDsl
com.skydoves.androidbottombar.BottomBarFlavor

BottomBarFlavor decides which type (icon, title) will be shown as default (unselected). The default flavor is BottomBarFlavor.ICON.

com.skydoves.androidbottombar.animations.BottomMenuAnimation

BottomMenuAnimation is an enumeration class for animating selected or unselected BottomMenuItemView with an interpolator.

com.skydoves.androidbottombar.BottomMenuItem

BottomMenuItem is a collection of BottomMenuItemView attributes. Composed to TitleForm, IconForm, and BadgeForm with fully customizable. Each builder of the form can be reused for setting up multiple menu items.

com.skydoves.androidbottombar.BottomMenuItemView

BottomMenuItemView is an bottom menu item view with badges and selected/unselected animations. Composed to title, icon, and badge.

com.skydoves.androidbottombar.BottomMenuItemViewConfig
com.skydoves.androidbottombar.forms.IconForm

IconForm is an attribute class that has icon attributes for customizing menu item icons easily.

com.skydoves.androidbottombar.forms.IconFormDsl
com.skydoves.androidbottombar.OnBottomMenuInitializedListener

OnBottomMenuInitializedListener is an interface for listening to the AndroidBottomBarView is initialized.

com.skydoves.androidbottombar.OnMenuItemSelectedListener

OnMenuItemSelectedListener is an interface for listening to the menu item selected.

com.skydoves.androidbottombar.forms.TitleForm

TitleForm is an attribute class that has some attributes about text for customizing menu item title easily.

com.skydoves.androidbottombar.forms.TitleFormDsl