0
ScrollViewを作成して2つのTableLayoutをカバーする方法は?
私はScrollViewは一つだけの子供を持つことができることを知っているが、私の場合、私は同じスクロールを使用する2 TableLayoutを持っている必要があります。私は内部のサンプル以下のような2 TableLayoutをラップLayoutViewを使用してみました...しかし、それはあなたが縦にスクロールリストをしたいように見えます最初TableLayoutに
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
//...
</TableLayout>
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
//...
</TableLayout>
</LinearLayout>
</ScrollView>
それは動作します!ありがとうございます:) –
それは動作しますが、受け入れていないのですか?どうして? – AliSh
フリストで@AliSh受け入れようとしていますが、「9分後にこの質問を受け入れることができる」というアラートダイアログが表示されるので、私は夕食に出かけます。遅くとも受け入れます。 –