android.support.v4.app
Class ActionBarSherlockDrawerToggleImpl

java.lang.Object
  extended by android.support.v4.app.ActionBarSherlockDrawerToggleImpl

public class ActionBarSherlockDrawerToggleImpl
extends Object


Constructor Summary
ActionBarSherlockDrawerToggleImpl()
           
 
Method Summary
static android.graphics.drawable.Drawable getThemeUpIndicator(android.app.Activity activity)
           
static Object setActionBarDescription(Object info, android.app.Activity activity, int contentDescRes)
           
static Object setActionBarUpIndicator(Object info, android.app.Activity activity, android.graphics.drawable.Drawable drawable, int contentDescRes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionBarSherlockDrawerToggleImpl

public ActionBarSherlockDrawerToggleImpl()
Method Detail

getThemeUpIndicator

public static android.graphics.drawable.Drawable getThemeUpIndicator(android.app.Activity activity)

setActionBarUpIndicator

public static Object setActionBarUpIndicator(Object info,
                                             android.app.Activity activity,
                                             android.graphics.drawable.Drawable drawable,
                                             int contentDescRes)

setActionBarDescription

public static Object setActionBarDescription(Object info,
                                             android.app.Activity activity,
                                             int contentDescRes)


Copyright © 2013 Marek Kedzierski. All Rights Reserved.