Swipe to delete/view in Lazy List – Android Compose
I am trying to build a UI which have a listing with the functionality of swipe to delete the item, but not able to find any proper solution as i checked the official android developer site
Problem with TextField in Jetpack Compose
I am trying to create a simple TextField
in Jetpack Compose with a leading icon and a placeholder string Search...
.
But when I give the TextField
a custom height of 48.dp
, the placeholder text gets slightly cut-off from the bottom:
Problem with Column and weight in Jetpack Compose
I am trying to make my Column
scrollable, but I am unable to do so