============問題描述============html
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <TextView android:id="@+id/tvTitle" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" android:text="這裏顯示標題" /> <TableLayout android:id="@+id/table1" android:layout_width="fill_parent" android:layout_height="wrap_content" > <TableRow> <com.tony.autoscroll.AutoScrollView android:id="@+id/auto_scrollview" android:layout_width="fill_parent" android:layout_height="700dp" > <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <ImageView android:layout_width="fill_parent" android:layout_height="40dip" android:scaleType="fitXY" android:src="@drawable/bg2" /> <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="一、對財政收支的審計監督\n二、對金融機構的審計監督\n三、對事業組織的審計監督\n四、對企業的審計監督\n五、對政府投資建設項目的審計監督\n六、對社會保障等資金基金的審計監督\n七、對外資項目的審計監督\n八、經濟責任審計監督\n九、其餘法律、行政法規規定事項的審計監督\n十、專項審計調查\n十一、對內部審計機構的指導監督\n十二、對社會審計機構審計質量的檢查\n" android:textSize="36pt" /> <ImageView android:layout_width="fill_parent" android:layout_height="40dip" android:scaleType="fitXY" android:src="@drawable/bg1" /> <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="一、對財政收支的審計監督\n二、對金融機構的審計監督\n三、對事業組織的審計監督\n四、對企業的審計監督\n五、對政府投資建設項目的審計監督\n六、對社會保障等資金基金的審計監督\n七、對外資項目的審計監督\n八、經濟責任審計監督\n九、其餘法律、行政法規規定事項的審計監督\n十、專項審計調查\n十一、對內部審計機構的指導監督\n十二、對社會審計機構審計質量的檢查\n" /> </LinearLayout> </com.tony.autoscroll.AutoScrollView> </TableRow> </TableLayout> </LinearLayout>
============解決方案1============android
============解決方案2============佈局
============解決方案3============.net
============解決方案4============線程