Android jetpack compose TV, How to overlap items inside TvLazyColumn

TvLazyColumn{
    item{
        // item1 Banner video playing
    }
    item{
        //item2 Row data
    }
    item{
        //item3 Row data
    }
}

My requirement is while open screen , i want to over lap the item2 to item1 in some height

I tried with offset, spaceBy and Zindex but not got success`

Upvotes: 0

Views: 115

Answers (0)

Related Questions