我是初学者。我想添加TextView的超链接,如下所示: some_text [hyperlink] some_text。
<TextView
android:text="Please read our *rules and conditions* before using app."
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/textView"
android:textColor="#000000"
android:autoLink="web" />
答案 0 :(得分:4)
您可以通过编程方式执行此操作。从TextView中删除*
属性。
for shell provisioner does not exist on the host system: /Users/*****/code/app-vagrant/python app.py
在您的Activity类中,
autoLink