我想在gridview下方添加一个按钮。它只是不确定,p.s。此framelayout位于另一个framelayout(基本容器)中。我试图设置heigh = 0dp和weight = 1,但没有运气。请帮忙:) thx
这是我的代码,
Employee
答案 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