当将高度设置为扭曲内容时,不会出现gridview第二行

时间:2013-09-10 12:54:14

标签: android android-layout gridview

我正在以编程方式将ImageView项添加到空GridView中,因此当我设置高度时 包装内容第二行消失。

这是gridview xml:

    <GridView
    android:id="@+id/gridView"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:columnWidth="100dip"
    android:gravity="center"
    android:horizontalSpacing="10dip"
    android:numColumns="2"
    android:stretchMode="spacingWidthUniform"
    android:verticalSpacing="10dip" />

我尝试设置hight以在添加项目后以编程方式包装内容但它不起作用,并且我知道我不能预先确定行数,并且我不想设置固定高度。

任何帮助?

2 个答案:

答案 0 :(得分:1)

如果您在ScrollView中有GridView;

问题GridView不会在Scroll视图中展开。

请参阅以下帖子。

Please Follow the Stackoverflow post answer

答案 1 :(得分:0)

将您的ParentLayout设为 fill_parent ,然后制作GridView wrap_content