# Custom TabRow Indicator in Jetpack Compose

DevFeed: [Custom TabRow Indicator in Jetpack Compose](<https://devfeed.tech/articles/custom-tabrow-indicator-in-jetpack-compose-25776.md>)

Original publisher: [Read original article](<https://www.sinasamaki.com/custom-tabrow-indicator-in-jetpack-compose/>)

Author: sinasamaki

Published: 2023-05-29T18:15:09Z

Content type: tutorial

Language: en

Sources: [sinasamaki](<https://devfeed.tech/sources/sinasamaki.md>)

Topics: [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [Compose](<https://devfeed.tech/topics/compose.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [curved](<https://devfeed.tech/tags/curved.md>), [customization](<https://devfeed.tech/tags/customization.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

A tutorial on customizing TabRow and ScrollableTabRow indicators in Jetpack Compose. It explains how to build a curved indicator around the selected page and customize padding, colors, dividers, and tab content.

## Source excerpt

Build a custom TabRow Indicator that draws a curved path around the selected page.