我想要有一個垂直分割爲兩部分的佈局。我的應用程序始終處於橫向模式。垂直分割佈局Android
請幫忙。
我試着用tablelayout。
<TableLayout android:id="@+id/tableLayout1"
android:stretchColumns="*" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android">
<TableRow android:id="@+id/tableRow1"
android:layout_width="fill_parent" android:layout_height="wrap_content">
</TableRow>
</TableLayout>
你能發佈你的代碼? – 2011-06-17 08:41:04
我試着用tablelayout。但我做不到。我應該看起來像[| ] – test123123 2011-06-17 08:43:25