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

Html.fromHtml deprecated in Android N #69

Open JustTrust opened 7 years ago

JustTrust commented 7 years ago

I very appreciate to you for your awesome library! I found that you use this.mTextView.setText(Html.fromHtml((String)this.mText)). But Html.fromHtml was deprecated in Android N. Could you please fix this?http://stackoverflow.com/questions/37904739/html-fromhtml-deprecated-in-android-n