When using view `EditText`s on Android, if the use...
# compose
s
When using view `EditText`s on Android, if the user focuses a text field which the keyboard would cover, it will add margin below the text field so that the text field appears above the keyboard.
OutlinedTextField
doesn't do that (properly).