SlidingPaneLayout.LayoutParams
public
static
class
SlidingPaneLayout.LayoutParams
extends ViewGroup.MarginLayoutParams
Summary
Inherited constants |
From
class
android.view.ViewGroup.LayoutParams
int |
FILL_PARENT
|
int |
MATCH_PARENT
|
int |
WRAP_CONTENT
|
|
Fields |
public
float |
weight
The weighted proportion of how much of the leftover space
this child should consume after measurement.
|
Inherited fields |
From
class
android.view.ViewGroup.MarginLayoutParams
public
int |
bottomMargin
|
public
int |
leftMargin
|
public
int |
rightMargin
|
public
int |
topMargin
|
|
From
class
android.view.ViewGroup.LayoutParams
|