Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Layout

The C# definition of the <layout> Android Manifest element.
Read time 1 minuteLast updated 12 days ago

Definition

public sealed class Layout : BaseElement, ICloneable

Remarks

For more information about the element, see Android's documentation: Layout element

Constructors

Constructor

Description

Layout()Element constructor.
Layout(Unity.Android.Gradle.Manifest.Layout)Element constructor.

Properties

Property

Description

AttributesThe attributes container for the
 <layout> 
element.

Classes

Class

Description

Layout.AttributesContainerThe attributes container for the
 <layout> 
element.

Inheritance