Since: API Level 3.1
public static interface

ActionDrawerToggle.Delegate

com.droidux.ui.widgets.actiondrawer.ActionDrawerToggle.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 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 ()

Since: API Level 3.1

Returns the context of ActionBar

public abstract Drawable getThemeUpIndicator ()

Since: API Level 3.1

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

public abstract void setActionBarDescription (int contentDescRes)

Since: API Level 3.1

Set the Action Bar's up indicator content description.

Parameters
contentDescRes - Content description to set

public abstract void setActionBarUpIndicator (Drawable upDrawable, int contentDescRes)

Since: API Level 3.1

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

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