public
static
interface
ActionBarDrawerToggle.Delegate
| android.support.v4.app.ActionBarDrawerToggle.Delegate |
Public methods | |
|---|---|
abstract
Drawable
|
getThemeUpIndicator()
|
abstract
void
|
setActionBarDescription(int contentDescRes)
Set the Action Bar's up indicator content description. |
abstract
void
|
setActionBarUpIndicator(Drawable upDrawable, int contentDescRes)
Set the Action Bar's up indicator drawable and content description. |
Drawable getThemeUpIndicator ()
| Returns | |
|---|---|
Drawable |
Up indicator drawable as defined in the Activity's theme, or null if one is not defined. |
void setActionBarDescription (int contentDescRes)
Set the Action Bar's up indicator content description.
| Parameters | |
|---|---|
contentDescRes |
int:
- Content description to set
|
void setActionBarUpIndicator (Drawable upDrawable, int contentDescRes)
Set the Action Bar's up indicator drawable and content description.
| Parameters | |
|---|---|
upDrawable |
Drawable:
- Drawable to set as up indicator |
contentDescRes |
int:
- Content description to set
|