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, |
Creates a new TableLayout for the given context and with the specified set attributes. |
Added Constructors | |
---|---|
Context, |
Creates a new TableLayout for the given context and with the specified set attributes. |
Removed Methods | |
---|---|
void measureChildBeforeLayout(View, |
{@inheritDoc} |
void measureVertical(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 |