Hi, Anyone idea how to make this type UI in compos...
# compose-android
r
Hi, Anyone idea how to make this type UI in compose. Where One item have full width and 2 item have half half width with screen size.
j
Take a look at
LazyVerticalGrid
->
span = { GridItemSpan(1) }
👆 3