public class SystemToast extends android.widget.Toast implements IToast
| Constructor and Description |
|---|
SystemToast(android.app.Application application) |
| Modifier and Type | Method and Description |
|---|---|
void |
setText(java.lang.CharSequence text) |
void |
setView(android.view.View view)
设置布局
|
addCallback, cancel, getDuration, getGravity, getHorizontalMargin, getVerticalMargin, getView, getXOffset, getYOffset, makeText, makeText, removeCallback, setDuration, setGravity, setMargin, setText, showclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, findMessageView, getDuration, getGravity, getHorizontalMargin, getVerticalMargin, getView, getXOffset, getYOffset, setDuration, setGravity, setMargin, setText, showpublic void setView(android.view.View view)
IToast