Emre

Results 3 comments of Emre

With a quick stackoverflow search I found that you can use `` instead of `\n`. Or try using `\r\n`. You can check https://stackoverflow.com/questions/2840608/how-do-i-add-a-newline-to-a-textview-in-android for more. Let me know if one...

Ok, so it is not working because the text is not a `TextView`, it is a `Paint`. I did not think someone will need new line in text. To achieve...

Oh sorry, I didn't see the "auto" part. There is no auto dismiss feature. I think you need to handle it yourself inaway. Using `yourTextView.performClick();` with a timer may work....