IntelliJ IDEA 12.1.0 Web Help

IntelliJ IDEA provides facilities for configuring layout of actual and virtual of devices to run Android applications on. Device layouts are defined in the res/layout/*.xml files. When editing a layout definition file, the following coding assistance is provided:

To have full coding assistance at disposal
  1. Open the relevant layout definition file in the editor.
  2. In the <LinearLayout> root element, specify the http://schemas.android.com/apk/res/android schema as the value of the xmlns:android field.

See Also

Procedures:

Web Resources: