Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我的 xml 文件中的内容:
android:autoLink="all|web|phone|map|email"
网页、电话号码和电子邮件地址的其他链接工作正常。对于书签,它显示为纯文本,没有任何功能。我是安卓新手。任何人都可以给我任何指示吗?
你不能TextView像在html页面中那样做事。您可能可以通过onClick为TextView.
TextView
html
onClick
我认为你应该使用WebView. 使用WebView您href的 s 将在 html 中工作。
WebView
href