[Manatoki] Search text fillMaxWidth

This commit is contained in:
tom5079
2021-12-21 19:58:20 +09:00
parent 0c13ad6869
commit 551b4cae80
2 changed files with 13 additions and 2 deletions

View File

@@ -677,7 +677,7 @@ class Manatoki(app: Application) : Source(), DIAware {
modifier = Modifier
.onFocusChanged {
searchFocused = it.isFocused
},
}.fillMaxWidth(),
onValueChange = { model.stx = it },
placeholder = { Text("제목") },
textStyle = MaterialTheme.typography.subtitle1,