How to accomplish the following:
- A tablelayout with two columns (textviews)
- Both columns are 50% width
- The text on in the columns (textviews) can be long, but should not be cut/clipped off at the edge, but rather the sentence should break nicely at the column border
- I would also like 10dp margin around the table
I have been trying this myself, but I get into some problems where the text is cut off or the column exceeds 50% of the width.
To illustrate here is a sketch of what I would want (the borders are just for illustration): link