Reduce space above the result to give more visibility especially when the keyboard is opened.
This commit is contained in:
parent
cdf89e86d6
commit
ddafe50eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ fun SearchAccountProviderView(
|
||||||
// readOnly = isLoading,
|
// readOnly = isLoading,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.padding(start = 16.dp, end = 16.dp, bottom = 30.dp)
|
.padding(start = 16.dp, end = 16.dp, bottom = 16.dp)
|
||||||
.testTag(TestTags.changeServerServer),
|
.testTag(TestTags.changeServerServer),
|
||||||
onValueChange = {
|
onValueChange = {
|
||||||
userInputState = it
|
userInputState = it
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue