Relative Content

Tag Archive for androidkotlinuser-interfaceandroid-jetpack-composeoverlap

How to achieve this overlapping effect in Jetpack compose

How do I achieve this overlapping effect in Jetpack compose. I am trying to get the precise position and placement just like the one shown in the picture, specifically of the ones circled in blue, the close X button and the way the picture preview is placed ontop of the textfield. Using Box with Alignment.CenterStart for the image ontop of the textfield and Alignment.TopStart for the Image with x button at the topleft does not achieve the desired effect. Any help whatsoever would be appreciated

How to achieve this overlapping effect in Jetpack compose

How do I achieve this overlapping effect in Jetpack compose. I am trying to get the precise position and placement just like the one shown in the picture, specifically of the ones circled in blue, the close X button and the way the picture preview is placed ontop of the textfield. Using Box with Alignment.CenterStart for the image ontop of the textfield and Alignment.TopStart for the Image with x button at the topleft does not achieve the desired effect. Any help whatsoever would be appreciated