How to Set the Text Size in a TextView/EditText
android:textSize was added in API Level 1Size of the text. Recommended dimension type for text is "sp".
1. Create an Android project, if you don't already have one.
3. In the main.xml file, add the code below.
...
android:textSize = "30sp"
/>
4. Compile and run!
Related Articles:
Resources:
http://developer.android.com/reference/android/R.attr.html#textSize