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

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

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

 

Added Constructors
TableLayout(Context, AttributeSet)

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

 

Removed Methods
void measureChildBeforeLayout(View, int, int, int, int, int) {@inheritDoc}
void measureVertical(int, int) {@inheritDoc}
 

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

Changed Methods
void requestLayout() Method was inherited from android.view.View, but is now defined locally. {@inheritDoc}
 

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