1

Here's what I got:

my OutlinedTextField

The text in the form is shifted, as I understand it, with built-in indents. Can I somehow remove them so that the text can be seen normally?

OutlinedTextField(
            value = enterS,
            onValueChange = {},
            readOnly = true,
            placeholder = { Text(text = "Test")},
            modifier = Modifier
                .width(70.dp)
                .height(40.dp),
            textStyle = TextStyle(textAlign = TextAlign.Center))
Phil Dukhov
  • 67,741
  • 15
  • 184
  • 220
Brender
  • 11
  • 1
  • You can't. You can eat the sun as a fruit for one, but this.... nope, impossible till the end of time. FORGET IT!!! –  Mar 10 '22 at 09:34
  • Who are you talking to? There's only the two of us in this section –  Mar 10 '22 at 12:23

0 Answers0