Android APIs
public static interface

ActionBarDrawerToggle.Delegate

android.support.v7.app.ActionBarDrawerToggle.Delegate

Summary

Public Methods
abstract Context getActionBarThemedContext()
Returns the context of ActionBar
abstract Drawable getThemeUpIndicator()
Returns the drawable to be set as up button when DrawerToggle is disabled
abstract boolean isNavigationVisible()
Returns whether navigation icon is visible or not.
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 Context getActionBarThemedContext ()

Returns the context of ActionBar

public abstract Drawable getThemeUpIndicator ()

Returns the drawable to be set as up button when DrawerToggle is disabled

public abstract boolean isNavigationVisible ()

Returns whether navigation icon is visible or not. Used to print warning messages in case developer forgets to set displayHomeAsUp to true

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