-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFile.txt
More file actions
13 lines (13 loc) · 925 Bytes
/
File.txt
File metadata and controls
13 lines (13 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
FlowRow(
modifier = Modifier
.fillMaxWidth()
.padding(
start = 10.dp,
end = 10.dp,
bottom = 16.dp,
top = 10.dp
)
.animateContentSize(),
maxItemsInEachRow = 4,
horizontalArrangement = Arrangement.SpaceEvenly
)