public class SimpleTooltip
extends java.lang.Object
implements android.widget.PopupWindow.OnDismissListener
Um tooltip que pode ser utilizado para exibição de dicas.
A tooltip that can be used to display tips on the screen.
PopupWindow| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleTooltip.Builder
Classe responsável por facilitar a criação do objeto SimpleTooltip.
Class responsible for making it easier to build the object SimpleTooltip.
|
static interface |
SimpleTooltip.OnDismissListener |
static interface |
SimpleTooltip.OnShowListener |
| Modifier and Type | Method and Description |
|---|---|
void |
dismiss() |
<T extends android.view.View> |
findViewById(int id) |
boolean |
isShowing()
Indica se o tooltip está sendo exibido na tela.
Indicate whether this tooltip is showing on screen.
|
void |
onDismiss() |
void |
show() |
public void show()
public void dismiss()
public boolean isShowing()
public <T extends android.view.View> T findViewById(int id)
public void onDismiss()
onDismiss in interface android.widget.PopupWindow.OnDismissListener