diff options
author | Tor Norbye <tnorbye@google.com> | 2011-05-19 17:03:48 -0700 |
---|---|---|
committer | Android Code Review <code-review@android.com> | 2011-05-19 17:03:48 -0700 |
commit | e8fdfbf45e9a0716367b7481efdac4d74d3153e7 (patch) | |
tree | cf5eeab1bace3473968399da40b9698268b4498c /eclipse | |
parent | 3de961f6503a06961efc547bdcde9e977e23ad56 (diff) | |
parent | fb48dde1e48fdbc9e3dec2fda6d9dd4ddc4fc0f2 (diff) | |
download | sdk-e8fdfbf45e9a0716367b7481efdac4d74d3153e7.zip sdk-e8fdfbf45e9a0716367b7481efdac4d74d3153e7.tar.gz sdk-e8fdfbf45e9a0716367b7481efdac4d74d3153e7.tar.bz2 |
Merge "Update changes.txt"
Diffstat (limited to 'eclipse')
-rw-r--r-- | eclipse/changes.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/eclipse/changes.txt b/eclipse/changes.txt index 17c43fd..3ed87b5 100644 --- a/eclipse/changes.txt +++ b/eclipse/changes.txt @@ -34,6 +34,9 @@ - The palette supports custom views, picking up any custom implementations of the View class in your project source folders or in included libraries, and these can be dragged into layouts. + - Fragments support: Fragments are available in the palette, and in + the tool you can choose which layout to show rendered for a given + fragment tag. Go to declaration works for fragment classes. - The layout editor automatically applies a "zoom to fit" for newly opened files as well as on device size and orientation changes to ensure that large layouts are always fully visible unless you @@ -49,6 +52,14 @@ - The layout editor is smarter about picking a default theme to render a layout with, consulting factors like theme registrations in the manifest, the SDK version, etc. + - The layout editor is also smarter about picking a default + configuration to render a layout with, defaulting to the currently + visible configuration in the previous file. It also considers the + SDK target to determine whether to default to a tablet or phone + screen size. + - Basic focus support: The first text field dropped in a layout is + assigned focus, and there are "Request Focus" and "Clear Focus" + context menu items on text fields to change the focus. - XML editors: - Code completion has been significantly improved. It now works within <style> elements, it completes dimensional units, |