Reputation: 1356
I have a TextView with few lines and i need to calculate just the height of one line, not the total TextView height.
Upvotes: 1
Views: 544
Reputation: 126694
TextView
's height divided by TextView
's rows should give you the height of one row hence every line has the same height with one text size.
Upvotes: 2