diff options
author | Philip Milne <pmilne@google.com> | 2011-09-18 11:36:57 -0700 |
---|---|---|
committer | Philip Milne <pmilne@google.com> | 2011-09-18 13:10:54 -0700 |
commit | f6679c88d12e9f7e10e6884d4a8487673e53c097 (patch) | |
tree | f18c0a3b69eae066c7d981f9e818000427677cb4 /docs/html/sdk/api_diff/12/changes | |
parent | bfb9a9ae1005998818dd2e75ac7e7f23277a1f03 (diff) |
Fix for http://b/issue?id=5297155
. Make GridLayout dynamic (see below)
. Change access modifiers from private to package private
(to remove access$XX methods generated by compiler)
. Make private internal classes final (+10% perf)
. Update javadoc and add limitations section
. Improve error diagnostics
The bug above highlights the fact that GridLayout is a static
rather than dynamic layout - i.e. that the structure of the
grid could not be changed once it had been set up. This fix changes
GridLayout to a dynamic layout in which changes to its orientation,
rowCount and columnCount properties may be effected between layout
operations.
This change does not require a change to GridLayout's public API.
Change-Id: If5643574422dcfd3a557ce4db2bb19498dc6ecd8
Diffstat (limited to 'docs/html/sdk/api_diff/12/changes')
0 files changed, 0 insertions, 0 deletions