android.support.v4.app
Interface ActionBarDrawerToggle.Delegate

Enclosing class:
ActionBarDrawerToggle

public static interface ActionBarDrawerToggle.Delegate


Method Summary
 android.graphics.drawable.Drawable getThemeUpIndicator()
           
 void setActionBarDescription(int contentDescRes)
          Set the Action Bar's up indicator content description.
 void setActionBarUpIndicator(android.graphics.drawable.Drawable upDrawable, int contentDescRes)
          Set the Action Bar's up indicator drawable and content description.
 

Method Detail

getThemeUpIndicator

android.graphics.drawable.Drawable getThemeUpIndicator()
Returns:
Up indicator drawable as defined in the Activity's theme, or null if one is not defined.

setActionBarUpIndicator

void setActionBarUpIndicator(android.graphics.drawable.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

setActionBarDescription

void setActionBarDescription(int contentDescRes)
Set the Action Bar's up indicator content description.

Parameters:
contentDescRes - - Content description to set