Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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