How To Make Tab Indicator Behind The Tab In TabRow – Jetpack Compose Android

In Jetpack compose, the tab indicator is rendered in front of the tabs by default. Thus, if you wanted to create your own custom indicator that fills the tab you will notice that the tab is covered behind it. Fixing this issue is as easy as adding just a single modifier called zIndex.

How To Make Tab Indicator Behind The Tab In TabRow – Jetpack Compose Android Read More ยป