How would you all go about building this? I guess...
# compose
c
How would you all go about building this? I guess I can just make a Column with two item types. One item type is for the header, and the other is for each typeface item. Each typeface item would just be a row with weight distributed as 40%, 20%, 20%, 20% I just want to make sure there's no other obvious solution here. There's no "grid" or "table" (like html/css) in compose right?
c
I hadn’t seen this before now but it looks like there’s an experimental LazyVerticalGrid. Maybe this would do it? It sounds promising. https://developer.android.com/jetpack/compose/lists#grids
👍 1