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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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