Class ViewPager.LayoutParams

java.lang.Object
icyllis.modernui.view.ViewGroup.LayoutParams
icyllis.modernui.widget.ViewPager.LayoutParams
Enclosing class:
ViewPager

public static class ViewPager.LayoutParams extends ViewGroup.LayoutParams
Layout parameters that should be supplied for views added to a ViewPager.
  • Field Details

    • isDecor

      public boolean isDecor
      true if this view is a decoration on the pager itself and not a view supplied by the adapter.
    • gravity

      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 Gravity.
  • Constructor Details

    • LayoutParams

      public LayoutParams()