Add headers.

This commit is contained in:
Hyperling 2024-12-29 08:20:15 -07:00
parent bcf0e0333e
commit 3cd3f3eba1

View File

@ -64,6 +64,9 @@ fun ContactScreen(
verticalArrangement = Arrangement.spacedBy(16.dp)
){
item {
Row (){
Text(text = "Sort ascending by:")
}
Row (
modifier = Modifier
.fillMaxWidth()
@ -88,6 +91,9 @@ fun ContactScreen(
}
}
}
Row (){
Text(text = "Contacts:")
}
}
items(state.contacts) {contact ->
Row (