Linearlayout,具有weightSum和三种布局

时间:2016-06-23 11:11:18

标签: android android-layout android-linearlayout android-layout-weight

下面是我在listview中使用的布局项目。问题是,当我在列表的某些项目中查看countlayout时,我希望vibelayout与countlayout完全相同,因为weigtSum是3.But it在countlayout出现的位置略微偏右。

我正在使用View.GONE,以便将countlayout空间分配给vibelayout,但它没有发生.. vibelayout正好位于countlayout所在的位置右侧。

1 个答案:

答案 0 :(得分:1)

尝试在所有3种布局中使用android:layout_width="0dp"。它将解决您的问题