public static interface ActionBarDrawerToggle.Delegate
Modifier and Type | Method and Description |
---|---|
Drawable |
getThemeUpIndicator() |
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.
|
@Nullable Drawable getThemeUpIndicator()
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 set