File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/src/main/java/org/greenstand/android/TreeTracker/view Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import androidx.compose.foundation.BorderStroke
1919import androidx.compose.foundation.border
2020import androidx.compose.foundation.layout.Box
2121import androidx.compose.foundation.layout.PaddingValues
22+ import androidx.compose.foundation.layout.fillMaxSize
2223import androidx.compose.foundation.layout.padding
2324import androidx.compose.foundation.shape.RoundedCornerShape
2425import androidx.compose.foundation.text.KeyboardActions
@@ -62,6 +63,7 @@ fun BorderedTextField(
6263 TextField (
6364 modifier = Modifier
6465 .padding(8 .dp)
66+ .fillMaxSize()
6567 .focusRequester(focusRequester)
6668 .onFocusChanged(onFocusChanged),
6769 value = value,
You can’t perform that action at this time.
0 commit comments