From 551b4cae809e41f66f73a1652dd0746512fcd5f2 Mon Sep 17 00:00:00 2001 From: tom5079 Date: Tue, 21 Dec 2021 19:58:20 +0900 Subject: [PATCH] [Manatoki] Search text fillMaxWidth --- .idea/deploymentTargetDropDown.xml | 13 ++++++++++++- .../xyz/quaver/pupil/sources/manatoki/Manatoki.kt | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml index 57e09285..7df077e2 100644 --- a/.idea/deploymentTargetDropDown.xml +++ b/.idea/deploymentTargetDropDown.xml @@ -1,6 +1,17 @@ + + + + + + + + + + + @@ -12,6 +23,6 @@ - + \ No newline at end of file diff --git a/app/src/main/java/xyz/quaver/pupil/sources/manatoki/Manatoki.kt b/app/src/main/java/xyz/quaver/pupil/sources/manatoki/Manatoki.kt index 526859f0..1aa8d6e9 100644 --- a/app/src/main/java/xyz/quaver/pupil/sources/manatoki/Manatoki.kt +++ b/app/src/main/java/xyz/quaver/pupil/sources/manatoki/Manatoki.kt @@ -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,