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.TableRow

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

Creates a new TableRow for the given context and with the specified set attributes.

 

Added Constructors
TableRow(Context, AttributeSet)

Creates a new TableRow for the given context and with the specified set attributes.

 

Removed Methods
void addView(View)

Adds a view to this table row using the view's existing layout parameters.

int getChildrenSkipCount(View, int) {@inheritDoc}
int getLocationOffset(View) {@inheritDoc}
int getNextLocationOffset(View) {@inheritDoc}
void measureChildBeforeLayout(View, int, int, int, int, int) {@inheritDoc}
int measureNullChild(int) {@inheritDoc}
 

Added Methods
LayoutParams generateDefaultLayoutParams() Returns a set of layout parameters with a width of android.view.ViewGroup.LayoutParams.FILL_PARENT, a height of android.view.ViewGroup.LayoutParams.WRAP_CONTENT and no spanning.
LayoutParams generateLayoutParams(LayoutParams) {@inheritDoc}
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff