public class Tutorial.GotItPosition
extends java.lang.Object
Tutorial.mTutorialGotItPosition| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO
The "GotIt" button position will be automatically calculated according to the view to surround position.
|
static int |
BOTTOM
Set the position of the "GotIt" button to be at the bottom of the tutorial.
|
static int |
TOP
Set the "GotIt" button to be in the top part of the tutorial,
If the tutorial has a title then the button will be placed below it.
|
| Constructor and Description |
|---|
GotItPosition() |
public static final int AUTO
public static final int TOP
public static final int BOTTOM