public class AHBottomNavigationItem
extends java.lang.Object
| Constructor and Description |
|---|
AHBottomNavigationItem()
Constructor
|
AHBottomNavigationItem(java.lang.String title,
int resource)
Constructor
|
AHBottomNavigationItem(java.lang.String title,
int resource,
int color) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColor() |
int |
getResource() |
java.lang.String |
getTitle() |
void |
setColor(int color) |
void |
setResource(int resource) |
void |
setTitle(java.lang.String title) |
public AHBottomNavigationItem()
public AHBottomNavigationItem(java.lang.String title,
int resource)
title - Titleresource - Drawable resourcepublic AHBottomNavigationItem(java.lang.String title,
int resource,
int color)
title - Titleresource - Drawable resourcecolor - Background color