public interface

ActionBarDrawerToggle.Delegate

 androidx.legacy.app.ActionBarDrawerToggle.Delegate

Summary

Methods
public DrawablegetThemeUpIndicator()

public voidsetActionBarDescription(int contentDescRes)

Set the Action Bar's up indicator content description.

public voidsetActionBarUpIndicator(Drawable upDrawable, int contentDescRes)

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

Methods

public Drawable getThemeUpIndicator()

Returns:

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

public 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

public void setActionBarDescription(int contentDescRes)

Set the Action Bar's up indicator content description.

Parameters:

contentDescRes: - Content description to set