IntelliJ IDEA 12.1.0 Web Help

A layout defines the user interface of an activity or an app widget. Layouts are declared in XML resource definition files. See the topic Creating Resources to find out how to create resource folders and resource definition files.

IntelliJ IDEA suggests two main ways to design the user interface of your Android application:

You can toggle between these modes by switching between the Design and Text tabs in the editor where the layout definition file is opened.

android_ui_designer_switch_modes.png

Just keep in mind, that the set of available panes and tool windows depends on the current layout editing mode: the Designer tool window with its panes is available in the Design mode, while the Preview tool window is available in the Text mode. However, most of the

In the Design mode, you can switch to the manual mode by choosing Go to Declaration on the context menu of the Design pane.

See Also

Procedures:

Reference:

External Links:

Web Resources: