Most visited

Recently visited

ActionBarDrawerToggle.Delegate

public static interface ActionBarDrawerToggle.Delegate

android.support.v4.app.ActionBarDrawerToggle.Delegate


摘要(Summary)

公共方法(Public methods)

abstract Drawable getThemeUpIndicator()
abstract void setActionBarDescription(int contentDescRes)

设置操作栏的向上指示符内容描述。

abstract void setActionBarUpIndicator(Drawable upDrawable, int contentDescRes)

设置可操作栏的向上指示器和内容描述。

公共方法(Public methods)

getThemeUpIndicator

Drawable getThemeUpIndicator ()

返回(Returns)
Drawable Up indicator drawable as defined in the Activity's theme, or null if one is not defined.

setActionBarDescription

void setActionBarDescription (int contentDescRes)

设置操作栏的向上指示符内容描述。

参数(Parameters)
contentDescRes int: - Content description to set

setActionBarUpIndicator

void setActionBarUpIndicator (Drawable upDrawable, 
                int contentDescRes)

设置可操作栏的向上指示器和内容描述。

参数(Parameters)
upDrawable Drawable: - Drawable to set as up indicator
contentDescRes int: - Content description to set

Hooray!