API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.widget.RelativeLayout

Removed Constructors
android.widget(Context, AttributeSet, Map)  
android.widget(Context, AttributeSet, Map, int)  
 

Added Constructors
RelativeLayout(Context, AttributeSet)  
RelativeLayout(Context, AttributeSet, int)  
 

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)  
 

Removed Fields
int ALIGN_WITH_PARENT_BOTTOM  
int ALIGN_WITH_PARENT_LEFT  
int ALIGN_WITH_PARENT_RIGHT  
int ALIGN_WITH_PARENT_TOP  
int POSITION_ABOVE  
int POSITION_BELOW  
int POSITION_TO_LEFT  
int POSITION_TO_RIGHT  
 

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
Generated by JDiff