added in version 22.1.0
belongs to Maven artifact com.android.support:viewpager:28.0.0-alpha1
belongs to Maven artifact com.android.support:viewpager:28.0.0-alpha1
ViewPager.LayoutParams
public
static
class
ViewPager.LayoutParams
extends ViewGroup.LayoutParams
java.lang.Object | ||
↳ | android.view.ViewGroup.LayoutParams | |
↳ | android.support.v4.view.ViewPager.LayoutParams |
Layout parameters that should be supplied for views added to a ViewPager.
Summary
Inherited constants |
---|
![]()
android.view.ViewGroup.LayoutParams
|
Fields | |
---|---|
public
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 |
public
boolean |
isDecor
true if this view is a decoration on the pager itself and not a view supplied by the adapter. |
Inherited fields |
---|
![]()
android.view.ViewGroup.LayoutParams
|
Public constructors | |
---|---|
ViewPager.LayoutParams()
|
|
ViewPager.LayoutParams(Context context, AttributeSet attrs)
|
Inherited methods | |
---|---|
![]()
android.view.ViewGroup.LayoutParams
| |
![]()
java.lang.Object
|
Fields
gravity
added in version 22.1.0
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
.