com.actionbarsherlock.internal.widget
Class IcsToast

java.lang.Object
  extended by android.widget.Toast
      extended by com.actionbarsherlock.internal.widget.IcsToast

public class IcsToast
extends android.widget.Toast


Field Summary
static int LENGTH_LONG
           
static int LENGTH_SHORT
           
 
Constructor Summary
IcsToast(android.content.Context context)
           
 
Method Summary
static android.widget.Toast makeText(android.content.Context context, CharSequence s, int duration)
           
static android.widget.Toast makeText(android.content.Context context, int resId, int duration)
           
 void setText(CharSequence s)
           
 
Methods inherited from class android.widget.Toast
cancel, getDuration, getGravity, getHorizontalMargin, getVerticalMargin, getView, getXOffset, getYOffset, setDuration, setGravity, setMargin, setText, setView, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LENGTH_LONG

public static final int LENGTH_LONG
See Also:
Constant Field Values

LENGTH_SHORT

public static final int LENGTH_SHORT
See Also:
Constant Field Values
Constructor Detail

IcsToast

public IcsToast(android.content.Context context)
Method Detail

makeText

public static android.widget.Toast makeText(android.content.Context context,
                                            CharSequence s,
                                            int duration)

makeText

public static android.widget.Toast makeText(android.content.Context context,
                                            int resId,
                                            int duration)

setText

public void setText(CharSequence s)
Overrides:
setText in class android.widget.Toast


Copyright © 2012-2013. All Rights Reserved.