mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-24 05:05:01 +01:00
use full space for search text field
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
84d09d0e58
commit
486d8d1035
@ -66,6 +66,9 @@ fun ContactsSearchAppBar(
|
||||
onValueChange = onTextChange,
|
||||
placeholder = { Text(text = stringResource(R.string.nc_search)) },
|
||||
singleLine = true,
|
||||
modifier = Modifier
|
||||
.weight(1f)
|
||||
.padding(horizontal = 8.dp),
|
||||
keyboardOptions = KeyboardOptions(imeAction = ImeAction.Search),
|
||||
keyboardActions = searchKeyboardActions(searchQuery, keyboardController),
|
||||
colors = searchTextFieldColors(),
|
||||
|
Loading…
Reference in New Issue
Block a user