'How can i reduce size of letters
I want to reduce size of letters, The thing is that the letters a very big (look at the 1st screenshot), i would like to that the text was smaller. How can i to do it?
Solution 1:[1]
if you have used textSize in your view then reduce the value of it,
if not
add this to your view
android:textSize="12sp"//change the 12sp according to your requirements
//increase the value of 12sp if you want the text to be larger/bigger
//decrease the value of 12sp if you want the text to be smaller/reduce the size of text
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
