API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Removed Constructors | |
---|---|
Context, |
|
Context, |
Added Constructors | |
---|---|
Context, |
|
Context, |
Added Methods | |
---|---|
LayoutParams generateDefaultLayoutParams() |
Returns a set of layout parameters with a width of android.view.ViewGroup.LayoutParams.WRAP_CONTENT, a height of android.view.ViewGroup.LayoutParams.WRAP_CONTENT and no spanning. |
LayoutParams generateLayoutParams(LayoutParams ) |
|
void setGravity(int ) |
Describes how the child views are positioned. |
void setHorizontalGravity(int ) |
|
void setIgnoreGravity(int ) |
Defines which View is ignored when the gravity is applied. |
void setVerticalGravity(int ) |
Added Fields | |
---|---|
int ABOVE |
Rule that aligns a child's bottom edge with another child's top edge. |
int ALIGN_PARENT_BOTTOM |
Rule that aligns the child's bottom edge with its RelativeLayout parent's bottom edge. |
int ALIGN_PARENT_LEFT |
Rule that aligns the child's left edge with its RelativeLayout parent's left edge. |
int ALIGN_PARENT_RIGHT |
Rule that aligns the child's right edge with its RelativeLayout parent's right edge. |
int ALIGN_PARENT_TOP |
Rule that aligns the child's top edge with its RelativeLayout parent's top edge. |
int BELOW |
Rule that aligns a child's top edge with another child's bottom edge. |
int LEFT_OF |
Rule that aligns a child's right edge with another child's left edge. |
int RIGHT_OF |
Rule that aligns a child's left edge with another child's right edge. |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |