public static interface ActionBarDrawerToggle.Delegate
Modifier and Type | Method and Description |
---|---|
Context |
getActionBarThemedContext()
Returns the context of ActionBar
|
Drawable |
getThemeUpIndicator()
Returns the drawable to be set as up button when DrawerToggle is disabled
|
boolean |
isNavigationVisible()
Returns whether navigation icon is visible or not.
|
void |
setActionBarDescription(int contentDescRes)
Set the Action Bar's up indicator content description.
|
void |
setActionBarUpIndicator(Drawable upDrawable,
int contentDescRes)
Set the Action Bar's up indicator drawable and content description.
|
void setActionBarUpIndicator(Drawable upDrawable, @StringRes int contentDescRes)
upDrawable
- - Drawable to set as up indicatorcontentDescRes
- - Content description to setvoid setActionBarDescription(@StringRes int contentDescRes)
contentDescRes
- - Content description to setDrawable getThemeUpIndicator()
Context getActionBarThemedContext()
boolean isNavigationVisible()