作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想超链接转到 imgur.com 的任何文本,以在我的应用程序中打开一个新 Activity (有意)。这可能吗?如果是,怎么办?
最佳答案
用这个
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="http://www.imgur.com"
android:autoLink="web"
android:id="@+id/textView"/>
这将为您在文本中提供的链接打开一个弹出窗口
关于android - 如何在 TextView 中轻松创建指向 Activity 的超链接(有 Intent ),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29895322/
我是一名优秀的程序员,十分优秀!