HTML <a> tag implement in Android

时间:2015-12-25 22:14:15

标签: android html hyperlink

Is it possible to implement this HTML snippet in Android? If yes, then how?

<a href="https://icons8.com">Icon pack by Icons8</a>

1 个答案:

答案 0 :(得分:2)

几乎支持这一点:

<string name="my_site"><a href="https://icons8.com">Icon pack by Icons8</a></string>

结帐this指南,介绍如何在Android中使用HTML。