Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static class

SlidingPaneLayout.LayoutParams

extends ViewGroup.MarginLayoutParams
java.lang.Object
   ↳ android.view.ViewGroup.LayoutParams
     ↳ android.view.ViewGroup.MarginLayoutParams
       ↳ android.support.v4.widget.SlidingPaneLayout.LayoutParams

Summary

[Expand]
Inherited XML Attributes
From class android.view.ViewGroup.MarginLayoutParams
From class android.view.ViewGroup.LayoutParams
[Expand]
Inherited Constants
From class android.view.ViewGroup.LayoutParams
Fields
public float weight The weighted proportion of how much of the leftover space this child should consume after measurement.
[Expand]
Inherited Fields
From class android.view.ViewGroup.MarginLayoutParams
From class android.view.ViewGroup.LayoutParams
Public Constructors
SlidingPaneLayout.LayoutParams ()
SlidingPaneLayout.LayoutParams (int width, int height)
SlidingPaneLayout.LayoutParams ( ViewGroup.LayoutParams source)
SlidingPaneLayout.LayoutParams ( ViewGroup.MarginLayoutParams source)
SlidingPaneLayout.LayoutParams ( SlidingPaneLayout.LayoutParams source)
SlidingPaneLayout.LayoutParams ( Context c, AttributeSet attrs)
[Expand]
Inherited Methods
From class android.view.ViewGroup.MarginLayoutParams
From class android.view.ViewGroup.LayoutParams
From class java.lang.Object

Fields

public float weight

The weighted proportion of how much of the leftover space this child should consume after measurement.

Public Constructors

public SlidingPaneLayout.LayoutParams ()

public SlidingPaneLayout.LayoutParams (int width, int height)

public SlidingPaneLayout.LayoutParams ( ViewGroup.LayoutParams source)

public SlidingPaneLayout.LayoutParams ( ViewGroup.MarginLayoutParams source)

public SlidingPaneLayout.LayoutParams ( SlidingPaneLayout.LayoutParams source)

public SlidingPaneLayout.LayoutParams ( Context c, AttributeSet attrs)