|
|
@@ -18,23 +18,30 @@
|
|
|
<!--android:layout_height="match_parent"-->
|
|
|
<!--android:descendantFocusability="blocksDescendants" />-->
|
|
|
|
|
|
-
|
|
|
- <com.scwang.smartrefresh.layout.SmartRefreshLayout
|
|
|
- android:id="@+id/refreshLayout"
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent">
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <android.support.v7.widget.RecyclerView
|
|
|
- android:id="@+id/recyclerview"
|
|
|
+ <com.scwang.smartrefresh.layout.SmartRefreshLayout
|
|
|
+ android:id="@+id/refreshLayout"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="#fff"
|
|
|
- android:overScrollMode="never" />
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1">
|
|
|
+
|
|
|
+ <android.support.v7.widget.RecyclerView
|
|
|
+ android:id="@+id/recyclerview"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="#fff"
|
|
|
+ android:overScrollMode="never" />
|
|
|
+
|
|
|
+ </com.scwang.smartrefresh.layout.SmartRefreshLayout>
|
|
|
|
|
|
<include layout="@layout/find_item_bottom"
|
|
|
android:layout_below="@+id/refreshLayout"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_width="match_parent"/>
|
|
|
|
|
|
- </com.scwang.smartrefresh.layout.SmartRefreshLayout>
|
|
|
+ </LinearLayout>
|
|
|
</RelativeLayout>
|