Android:无法在Gridview下面添加Button

时间:2015-10-02 12:16:06

标签: android gridview

我想在gridview下方添加一个按钮。它只是不确定,p.s。此framelayout位于另一个framelayout(基本容器)中。我试图设置heigh = 0dp和weight = 1,但没有运气。请帮忙:) thx

这是我的代码,

Employee

1 个答案:

答案 0 :(得分:0)

放:

<android.support.v4.widget.SwipeRefreshLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/fragment_recent_swipeRefreshLayout"
    android:weight = "1"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

GridView

中删除重量标签