# AndroidScreenLayoutSize

> Options to indicate the size of the device screen.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.Android](/engine/6000.5/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public enum AndroidScreenLayoutSize
```

## Remarks

Additional Resources: [AndroidConfiguration.screenLayoutSize](/engine/6000.5/script-reference/unityengine/android/androidconfiguration/screenlayoutsize.md)

## Fields

| Value                                                                                                 | Description                                                       |
| ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| [Large](/engine/6000.5/script-reference/unityengine/android/androidscreenlayoutsize/large.md)         | Mirrors the Android property value `SCREENLAYOUT_SIZE_LARGE`.     |
| [Normal](/engine/6000.5/script-reference/unityengine/android/androidscreenlayoutsize/normal.md)       | Mirrors the Android property value `SCREENLAYOUT_SIZE_NORMAL`.    |
| [Small](/engine/6000.5/script-reference/unityengine/android/androidscreenlayoutsize/small.md)         | Mirrors the Android property value `SCREENLAYOUT_SIZE_SMALL`.     |
| [Undefined](/engine/6000.5/script-reference/unityengine/android/androidscreenlayoutsize/undefined.md) | Mirrors the Android property value `SCREENLAYOUT_SIZE_UNDEFINED`. |
| [XLarge](/engine/6000.5/script-reference/unityengine/android/androidscreenlayoutsize/xlarge.md)       | Mirrors the Android property value `SCREENLAYOUT_SIZE_XLARGE`.    |
