0
動作しません........ aaaandそれはポイントIにTextViewにはstackoverflow.comがそうすることを主張するので、私はもっと必要ではない偽の詳細を追加してい
だから私の質問に投稿することを拒否します私は3つの等ボックス要素を構築しています:
私は<TextView/>
を追加する瞬間は、動作を停止...なぜそうですか?
<TableLayout
android:layout_width="match_parent"
android:layout_height="74dp"
android:background="@color/sevenBlack" >
<TableRow
android:layout_height="match_parent"
android:weightSum="3">
<View
android:layout_height="match_parent"
android:layout_weight="1">
<!-- WTF!!! -->
<TextView android:text="Hello there"/>
</View>
<View
android:layout_height="match_parent"
android:layout_weight="1"></View>
<View
android:layout_height="match_parent"
android:layout_weight="1"></View>
</TableRow>
</TableLayout>