public static class ViewPagerEx.LayoutParams extends 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.
|
FILL_PARENT, height, layoutAnimationParameters, MATCH_PARENT, width, WRAP_CONTENT| 构造器和说明 |
|---|
ViewPagerEx.LayoutParams() |
ViewPagerEx.LayoutParams(Context context,
AttributeSet attrs) |
resolveLayoutDirection, setBaseAttributespublic boolean isDecor
public int gravity
Gravity.public ViewPagerEx.LayoutParams()
public ViewPagerEx.LayoutParams(Context context, AttributeSet attrs)