I need a multiline text that allows me to insert a small element just after the last word of my text, so I could draw on that element. All text should be selectable, and it would be great if I could insert some other elements inside this text, but it's not essential for now.
I tried to: 1. Separate each word in new EditText, but then I cant select all text which is rather nessary. 2. Use one long EditText, but i cant determine where the text really ends. 3. Thinking about some html formatting but I think it's the 2 case. How can I achieve this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

