Android APIs
public static interface

ActionBarDrawerToggle.Delegate

android.support.v4.app.ActionBarDrawerToggle.Delegate

Summary

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.

Public Methods

public abstract Drawable getThemeUpIndicator ()

Returns
  • Up indicator drawable as defined in the Activity's theme, or null if one is not defined.

public abstract void setActionBarDescription (int contentDescRes)

Set the Action Bar's up indicator content description.

Parameters
contentDescRes - Content description to set

public abstract void setActionBarUpIndicator (Drawable upDrawable, int contentDescRes)

Set the Action Bar's up indicator drawable and content description.

Parameters
upDrawable - Drawable to set as up indicator
contentDescRes - Content description to set