com.actionbarsherlock.internal.widget
Class IcsToast
java.lang.Object
android.widget.Toast
com.actionbarsherlock.internal.widget.IcsToast
public class IcsToast
- extends android.widget.Toast
|
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 |
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
IcsToast
public IcsToast(android.content.Context context)
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.