ScrollView以及TextView和对应链接
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
??? android:layout_width="match_parent"
??? android:layout_height="match_parent"
??? android:orientation="vertical" >
???
?????? <!-- 這里需要滾動條的支持 ScrollView內部只能有一個節點 -->
?????? <ScrollView
?????? ??? android:layout_width="match_parent"
?????? ??? android:layout_height="match_parent">
?????? ??? <LinearLayout
?????? ??????? android:layout_width="match_parent"
?????? ??????? android:layout_height="match_parent"
?????? ??????? android:orientation="vertical">
?????? ??????? <TextView
?????? ??????????? android:id="@+id/textView1"
?????? ??????????? android:layout_width="wrap_content"
?????? ??????????? android:layout_height="wrap_content"
?????? ??????????? android:text="http://www.163.com"/>
?????? ???????
?????? ??????? <!-- android:autoLink屬性,為一個文本添加鏈接 -->
?????? ???????
?????? ??????? <TextView
?????? ??????????? android:id="@+id/textView2"
?????? ??????????? android:layout_width="wrap_content"
?????? ??????????? android:layout_height="wrap_content"
?????? ??????????? android:autoLink="web"
?????? ? ??????????android:text="http://www.163.com"
?????? ??????????? />
?????? ??????? <LinearLayout
?????? ??????????? android:layout_width="match_parent"
?????? ??????????? android:layout_height="match_parent"
?????? ??????????? android:orientation="vertical">
?????? ??????????? <TextView
?????? ??????????????? android:id="@+id/textView3"
?????? ??????????????? android:layout_width="wrap_content"
?????? ??????????????? android:layout_height="wrap_content"
?????? ??????????????? android:text="@string/t3_info"/>
?????? ??????? </LinearLayout>
?????? ??? </LinearLayout>
?????? </ScrollView>
</LinearLayout>
與50位技術專家面對面20年技術見證,附贈技術全景圖總結
以上是生活随笔為你收集整理的ScrollView以及TextView和对应链接的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 纯visa卡在国内怎么办
- 下一篇: 中行信用卡的账单日和还款日是一起的吗?