public static class OrientationViewPager.LayoutParams
extends android.view.ViewGroup.LayoutParams
| 限定符和类型 | 字段和说明 |
|---|---|
int |
gravity
Gravity setting for use on decor views only:
Where to position the view page within the overall ViewPager
container; constants are defined in
Gravity. |
boolean |
isDecor
true if this view is a decoration on the pager itself and not
a view supplied by the adapter.
|
| 构造器和说明 |
|---|
LayoutParams() |
LayoutParams(android.content.Context context,
android.util.AttributeSet attrs) |
public boolean isDecor
public int gravity
Gravity.