sephiroth74 / android-target-tooltip

Create Toast like tooltips, but targets can be specified, plus custom properties and features
MIT License
1.5k stars 278 forks source link

Link break & tab are not working #94

Open Nilesh04 opened 6 years ago

Nilesh04 commented 6 years ago

I am using \n & \t in text. But it is not showing next line & tab space in UI. Could you please guide me ?

benkof commented 6 years ago

change \n to <br />

navidei commented 6 years ago

This doesn't work for me in Persian text. Is there any other solution?

Dararii commented 5 years ago

Not work for me too in version 2.0.5

hueyenclave commented 4 years ago

I added <br/> in strings.xml with CDATAtag and it's working fine now.

Hope it helps:

<string name="description"><![CDATA[Line 1 <br/>Line 2]]></string>