Skip to content Skip to sidebar Skip to footer

How Can I Prevent My TextView From Overlapping?

How can I prevent this overlapping from occurring without reducing the font size? Here is my XML: Copy

Solution 2:

Encapsulate the TextViews in a LinearLayout (orientation = horizontal). For the individual TVs specify android:layout_weight (remember weights work differently when using android:layout_width=fill_parent/wrap_content)


Post a Comment for "How Can I Prevent My TextView From Overlapping?"