---
title: "ShortNavigationBarArrangement"
description: "Class that describes the different supported item arrangements of the [ShortNavigationBar]."
type: "class"
---

<div class='type'>Class</div>


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

<div class='sourceset sourceset-common'>Common</div>


```kotlin
value class ShortNavigationBarArrangement private constructor(private val value: Int)
```


Class that describes the different supported item arrangements of the `ShortNavigationBar`.


## Companion Object

#### Properties

<div class='sourceset sourceset-common'>Common</div>


```kotlin
val EqualWeight = ShortNavigationBarArrangement(0)
```


<div class='sourceset sourceset-common'>Common</div>


```kotlin
val Centered = ShortNavigationBarArrangement(1)
```




