android-target-tooltip icon indicating copy to clipboard operation
android-target-tooltip copied to clipboard

Link break & tab are not working

Open Nilesh04 opened this issue 7 years ago • 4 comments

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

Nilesh04 avatar Oct 26 '17 08:10 Nilesh04

change \n to <br />

benkof avatar Jun 11 '18 12:06 benkof

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

navidei avatar Sep 08 '18 12:09 navidei

Not work for me too in version 2.0.5

Dararii avatar Aug 13 '19 15:08 Dararii

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

Hope it helps:

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

hueyenclave avatar Feb 05 '20 08:02 hueyenclave