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.
[Expand]
Inherited XML Attributes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.view.ViewGroup.LayoutParams
|
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.view.ViewGroup.LayoutParams
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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 . |
||||||||||
isDecor | true if this view is a decoration on the pager itself and not a view supplied by the adapter. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.view.ViewGroup.LayoutParams
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.view.ViewGroup.LayoutParams
| |||||||||||
From class
java.lang.Object
|
Gravity setting for use on decor views only:
Where to position the view page within the overall ViewPager
container; constants are defined in Gravity
.
true if this view is a decoration on the pager itself and not a view supplied by the adapter.