|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectandroid.view.ViewGroup.LayoutParams
android.support.v4.view.ViewPager.LayoutParams
public static class ViewPager.LayoutParams
Layout parameters that should be supplied for views added to a ViewPager.
| Field Summary | |
|---|---|
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. |
boolean |
isDecor
true if this view is a decoration on the pager itself and not a view supplied by the adapter. |
| Fields inherited from class android.view.ViewGroup.LayoutParams |
|---|
FILL_PARENT, height, layoutAnimationParameters, width, WRAP_CONTENT |
| Constructor Summary | |
|---|---|
ViewPager.LayoutParams()
|
|
ViewPager.LayoutParams(android.content.Context context,
android.util.AttributeSet attrs)
|
|
| Method Summary |
|---|
| Methods inherited from class android.view.ViewGroup.LayoutParams |
|---|
setBaseAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean isDecor
public int gravity
Gravity.
| Constructor Detail |
|---|
public ViewPager.LayoutParams()
public ViewPager.LayoutParams(android.content.Context context,
android.util.AttributeSet attrs)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||