public static class VerticalViewPager.LayoutParams
extends android.view.ViewGroup.LayoutParams
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
LayoutParams() |
LayoutParams(android.content.Context context,
android.util.AttributeSet attrs) |
public boolean isDecor
public int gravity
Gravity.Copyright © 2011–2014. All rights reserved.