I’m trying to design a layout with two TextViews:
| |
| (Multilined Textview) (60dp TextView) |
| (of unknown size ) |
If first TextView has little text, it should look like this:
| |
| (Hello!) (12:34:56) |
| |
If first TextView has many text, it should look like this:
| |
| (Ey! This is a very very very very long) (12:34:56) |
| (message. ) |
Somebody knows how to achieve this?
Thank you very much.
EDIT: I got it working. Solution in my own answer.
Try this: