https://kotlinlang.org logo
#compose
Title
# compose
k

Kensuke Sano

02/05/2021, 10:47 AM
Is there a Grid component that is not Lazy(not scrollable)? I found this one but it can’t set Gird Gap. https://github.com/android/compose-samples/blob/2cff65334ea023956a58f215a13b6a55c7[…]ck/app/src/main/java/com/example/jetsnack/ui/components/Grid.kt
a

Ali Albaali

02/05/2021, 4:32 PM
You can nest two Rows inside a Column.
3 Views