I wont to create layout like:
| textview1 Longtextview2 TextView7 |
| textview4 Textview5 TextView6 |
| textVie6 ... |
and so on.
I tried Linear, Table and Relative layouts but I wasn’t able to get exactly this effect for more than 2 lines. I tried ellipsize TextView’s, but I’m not sure if it can works with many TextViews together, and nested TextView’s aren’t allowed.
What layout and options should I use to get this effect?
The TextView’s should behave like words in ellipsized TextView.
PS. I could use something else, but I will have to be able get event like clicking on a particular word. Maybe modified EditText would be helpful.
A single TextView can have separate clickable words, different text formatting, style etc. Check out Linkify and styling resources doc