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?
<textview .... android:lines="2"
or:
<textview .... android:maxlines="2"
first option sets exact number of lines text view, second options sets maximum number.
Comments
Post a Comment