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).
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Turn off clipping in android layout editor. "toggle clipping" button is at the top-right corner in android layout editor Hope this helps. |
|||||||||||||||
|
|
I know this is an old question but when editing a layout you want to use in a scroll editor, you can add " android:layout_height="3000dp" For example:
This makes the layout in the editor very long, then when you are done you can switch it back to match_parent. |
|||
|
|