Reputation: 1
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