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
2010-06-22 11:45:17
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
2010-07-30 12:30:28
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
2010-08-02 05:09:51
thanks croc.. but its not working for me..i have ADT 0.9.7 in eclipse..It does not toggle..any help ?
Vijay C
2010-08-05 15:05:44
A:
Configure your API level to be more than 5, that will enable the toggle button.
true_cp
2010-10-21 04:19:41