<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:scrollbars="vertical" android:fadingEdge="vertical">
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/myTextView"
android:textSize="40pt"
android:paddingTop="5dip" />
</ScrollView>
posted on 2011-06-23 11:13
特务小强 阅读(111)
评论(0) 编辑 收藏