Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In a previous Eclipse version there was a button at the top right of the XML editor graphical layout screen that basically expanded the screen so you could see the object that were off the viewable screen.

Like if you more objects (like TextView, Button etc) so you add a ScrollView. In the code you place the other objects but there is no way to see them, graphically.

I updated everything in Eclipse a few days ago and this button seems to have disappeared.

Does anyone know how to do this or is this functionality gone?

share|improve this question

1 Answer

up vote 2 down vote accepted

In the latest version, that toggle button is gone, and instead the mode it used to control is automatically entered when the root view is a ScrollView.

HOWEVER, there was a bug in the code which meant that the actual measurements (which the expansion-mode relies on) were wrong. It's been fixed but not yet integrated.

-- Tor

share|improve this answer
thanks for the help! – Mark Worsnop Apr 20 '11 at 16:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.