Use words capitalization in account nickname
This commit is contained in:
@@ -405,7 +405,7 @@ class AccountActivity : ComponentActivity() {
|
|||||||
fontSize = 18.sp, color = LocalCustomColors.current.itemText),
|
fontSize = 18.sp, color = LocalCustomColors.current.itemText),
|
||||||
label = { LabelText(stringResource(R.string.nickname)) },
|
label = { LabelText(stringResource(R.string.nickname)) },
|
||||||
keyboardOptions = KeyboardOptions(
|
keyboardOptions = KeyboardOptions(
|
||||||
capitalization = KeyboardCapitalization.Sentences,
|
capitalization = KeyboardCapitalization.Words,
|
||||||
keyboardType = KeyboardType.Text),
|
keyboardType = KeyboardType.Text),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user