I’d like to change the input font size in TextField of Android Jetpack Compose because it’s very small now. Like this
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
According to the documentation, there is a parameter
textStyle
that takesTextStyle
that allows you to set font size viafontSize
.You can do the following and it will set the font size to 28 sp
Now it is done using