android-target-tooltip
android-target-tooltip copied to clipboard
Link break & tab are not working
I am using \n & \t in text. But it is not showing next line & tab space in UI. Could you please guide me ?
change \n to <br />
This doesn't work for me in Persian text. Is there any other solution?
Not work for me too in version 2.0.5
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>