I have a textview, and when there is more than 2 line of text in it, the second line becomes 1st line, with a line free below it, and the first line should not be visible. is this possible with android textview?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Please See the below question . in that you will get very fine answer |
|||
|
|
|
Try this
In Code
|
|||
|
|
|
yes possible. create scrollView with height 2*text_line_height. and add TextView inside . where text_light _height you is proportionate to textSize . so simply try some combinations like 14sp vs 8o dp . good thing is that sp/dp will provide you same behaviour for all device sizes. |
|||
|
|
|
Yes, take a look.
|
||||
|
|
