Package icyllis.modernui.widget
Class ViewPager.LayoutParams
java.lang.Object
icyllis.modernui.view.ViewGroup.LayoutParams
icyllis.modernui.widget.ViewPager.LayoutParams
- Enclosing class:
ViewPager
Layout parameters that should be supplied for views added to a
ViewPager.
-
Field Summary
Modifier and TypeFieldDescriptionint
Gravity setting for use on decor views only: Where to position the view page within the overall ViewPager container; constants are defined inGravity
.boolean
true if this view is a decoration on the pager itself and not a view supplied by the adapter.Fields inherited from class icyllis.modernui.view.ViewGroup.LayoutParams
height, MATCH_PARENT, width, WRAP_CONTENT
-
Constructor Summary
-
Method Summary
Methods inherited from class icyllis.modernui.view.ViewGroup.LayoutParams
resolveLayoutDirection
-
Field Details
-
isDecor
public boolean isDecortrue if this view is a decoration on the pager itself and not a view supplied by the adapter. -
gravity
public int gravityGravity setting for use on decor views only: Where to position the view page within the overall ViewPager container; constants are defined inGravity
.
-
-
Constructor Details
-
LayoutParams
public LayoutParams()
-