views:

258

answers:

2

Has anyone figured out how to scroll the contents of the Layout Editor when those contents overflow one "screen"? I'm talking about at design-time while using the ADT Layout Editor, not scrolling at run-time on a physical device (that works fine).

A: 

Turn off clipping in android layout editor.

"toggle clipping" button is at the top-right corner in android layout editor

Hope this helps.

croc
Finally got back to my Android project. I can't seem to locate that button. I see the Explode and Outline buttons but no Toggle Clipping button. Thanks!
gdoten
its the very next button to the Outline button. ( it has no name on it)- sorry no idea on posting a screen shot here easily.
croc
thanks croc.. but its not working for me..i have ADT 0.9.7 in eclipse..It does not toggle..any help ?
Vijay C
A: 

Configure your API level to be more than 5, that will enable the toggle button.

true_cp