读书人

增多滚动布局

发布时间: 2012-06-26 10:04:13 作者: rapoo

增加滚动布局
文章转自:http://www.devdiv.com/thread-50143-1-1.html
<?xml version="1.0" encoding="UTF-8"?>


<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"

android:layout_width="fill_parent" android:layout_height="fill_parent">


<TableLayout
android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:stretchColumns="1">


<TableRow>


<TextView
android:text="Country City Game(aka CCG) is an acdemic work of MTA students enjoy the game"

android:textSize="24.5sp"

android:layout_width="wrap_content"

android:layout_height="wrap_content"></TextView>


</TableRow>


</TableLayout>


</ScrollView>

读书人网 >移动开发

热点推荐