[Manatoki] Search text fillMaxWidth
This commit is contained in:
13
.idea/deploymentTargetDropDown.xml
generated
13
.idea/deploymentTargetDropDown.xml
generated
@@ -1,6 +1,17 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="deploymentTargetDropDown">
|
<component name="deploymentTargetDropDown">
|
||||||
|
<runningDeviceTargetSelectedWithDropDown>
|
||||||
|
<Target>
|
||||||
|
<type value="RUNNING_DEVICE_TARGET" />
|
||||||
|
<deviceKey>
|
||||||
|
<Key>
|
||||||
|
<type value="VIRTUAL_DEVICE_PATH" />
|
||||||
|
<value value="$USER_HOME$/.android/avd/Pixel_2_API_30.avd" />
|
||||||
|
</Key>
|
||||||
|
</deviceKey>
|
||||||
|
</Target>
|
||||||
|
</runningDeviceTargetSelectedWithDropDown>
|
||||||
<targetSelectedWithDropDown>
|
<targetSelectedWithDropDown>
|
||||||
<Target>
|
<Target>
|
||||||
<type value="QUICK_BOOT_TARGET" />
|
<type value="QUICK_BOOT_TARGET" />
|
||||||
@@ -12,6 +23,6 @@
|
|||||||
</deviceKey>
|
</deviceKey>
|
||||||
</Target>
|
</Target>
|
||||||
</targetSelectedWithDropDown>
|
</targetSelectedWithDropDown>
|
||||||
<timeTargetWasSelectedWithDropDown value="2021-12-21T09:29:02.245596Z" />
|
<timeTargetWasSelectedWithDropDown value="2021-12-21T10:21:31.281798Z" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
@@ -677,7 +677,7 @@ class Manatoki(app: Application) : Source(), DIAware {
|
|||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.onFocusChanged {
|
.onFocusChanged {
|
||||||
searchFocused = it.isFocused
|
searchFocused = it.isFocused
|
||||||
},
|
}.fillMaxWidth(),
|
||||||
onValueChange = { model.stx = it },
|
onValueChange = { model.stx = it },
|
||||||
placeholder = { Text("제목") },
|
placeholder = { Text("제목") },
|
||||||
textStyle = MaterialTheme.typography.subtitle1,
|
textStyle = MaterialTheme.typography.subtitle1,
|
||||||
|
|||||||
Reference in New Issue
Block a user