---
title: "AndroidLayoutElement"
description: "Add [LayoutElementBuilders.LayoutElement] into the glance composition."
type: "composable"
---

<div class='type'>Composable Function</div>


<a id='references'></a>

<div class='sourceset sourceset-android'>Android</div>


> **Deprecated** glance-wear-tiles is deprecated and will be removed

```kotlin
@Composable // For backwards compatibility.
public fun AndroidLayoutElement(
    layoutElement: androidx.wear.tiles.LayoutElementBuilders.LayoutElement
)
```


Add `LayoutElementBuilders.LayoutElement` into the glance composition.

#### Parameters

| | |
| --- | --- |
| layoutElement | the layout element to add to the composition |





