From 122fad2ba6a3445dc66dd28cd64475bcd8b49927 Mon Sep 17 00:00:00 2001 From: lh <1209405678@qq.com> Date: Sat, 30 Dec 2017 11:45:08 +0800 Subject: [PATCH] no message --- .../index/shangpin/InHouseAllFragment.java | 10 +++++ app/src/main/res/layout/frag_inhouse_all.xml | 17 +++++-- app/src/main/res/layout/item_inhouse.xml | 44 +++++++++++++++++++ 3 files changed, 68 insertions(+), 3 deletions(-) create mode 100644 app/src/main/res/layout/item_inhouse.xml diff --git a/app/src/main/java/com/qhclh/ytzh/index/shangpin/InHouseAllFragment.java b/app/src/main/java/com/qhclh/ytzh/index/shangpin/InHouseAllFragment.java index a7dc771..6a8a2eb 100644 --- a/app/src/main/java/com/qhclh/ytzh/index/shangpin/InHouseAllFragment.java +++ b/app/src/main/java/com/qhclh/ytzh/index/shangpin/InHouseAllFragment.java @@ -1,13 +1,23 @@ package com.qhclh.ytzh.index.shangpin; +import android.widget.ListView; + import com.qhclh.ytzh.R; import com.qhclh.ytzh.base.BaseFragment; +import com.qhclh.ytzh.ui.RefreshLayout; + +import butterknife.BindView; /** * Created by 青花瓷 on 2017/12/28. */ public class InHouseAllFragment extends BaseFragment { + @BindView(R.id.lv_inhouseall) + ListView lv_inhouseall; + @BindView(R.id.rfl_inhouseall) + RefreshLayout rfl_inhouseall; + private int page =0; @Override protected int setLayout() { return R.layout.frag_inhouse_all; diff --git a/app/src/main/res/layout/frag_inhouse_all.xml b/app/src/main/res/layout/frag_inhouse_all.xml index 2600433..58bf099 100644 --- a/app/src/main/res/layout/frag_inhouse_all.xml +++ b/app/src/main/res/layout/frag_inhouse_all.xml @@ -4,9 +4,20 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - + android:layout_height="match_parent"> + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_inhouse.xml b/app/src/main/res/layout/item_inhouse.xml new file mode 100644 index 0000000..faf17b4 --- /dev/null +++ b/app/src/main/res/layout/item_inhouse.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + \ No newline at end of file