I want to specify my own text size in my application, but I am having a problem doing this.
When I change the font size in the device settings, the font size of my
The easiest to do so is simply to use something like the following:
android:textSize="32sp"
If you'd like to know more about the textSize property, you can check the Android developer documentation.
textSize