tytytytytyt

<?xmlversion="1.0"encoding="utf-8"?>

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

android:layout_width="match_parent"

android:layout_height="match_parent"

android:orientation="vertical">

<TextView

android:id="@+id/button1"

android:layout_width="fill_parent"

android:gravity="center"

android:layout_height="wrap_content"

android:text="发表回复"/>

<TableLayoutandroid:id="@+id/TableLayout01"

android:layout_width="wrap_content"android:layout_height="wrap_content"

android:stretchColumns="1,1,2"android:shrinkColumns="2,2">

<TableRow>

</TableRow>

<!--分线-->

<Viewandroid:layout_height="2dip"android:background="#FF909090"/>

<TableRow>

</TableRow>

<TableRow>

</TableRow>

<Viewandroid:layout_height="2dip"android:background="#FF909090"/>

<TableRow>

<EditText

android:id="@+id/modified"

android:layout_height="300dp"

android:layout_width="320dp"

android:gravity="center_vertical"

android:text=""/>

</TableRow>

<Viewandroid:layout_height="2dip"android:background="#FF909090"/>

<Buttonandroid:id="@+id/button1"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="发表"

/>

</TableLayout>

</LinearLayout>

相关推荐