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