============问题描述============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============线程