Android RelativeLayout : Text getting clipped -


i think image explain far better words. screenshot layout viewer thingy in intellij, happens on device well. want cut off text not displayed @ all. possible?

clipped text

<textview    ....    android:lines="2" 

or:

<textview    ....    android:maxlines="2" 

first option sets exact number of lines text view, second options sets maximum number.


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -