Commit e7ab7c8eab83ce1ecda4b1328fb7a6ed79115cfb

Authored by 陶汉栋
1 parent cebff8c0

no message

.idea/modules.xml
... ... @@ -4,7 +4,8 @@
4 4 <modules>
5 5 <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
6 6 <module fileurl="file://$PROJECT_DIR$/mvpsdk/mvpsdk.iml" filepath="$PROJECT_DIR$/mvpsdk/mvpsdk.iml" />
7   - <module fileurl="file://$PROJECT_DIR$/parentWorkHolper.iml" filepath="$PROJECT_DIR$/parentWorkHolper.iml" />
  7 + <module fileurl="file://E:\parentwork\parentWorkHolper.iml" filepath="E:\parentwork\parentWorkHolper.iml" />
  8 + <module fileurl="file://$PROJECT_DIR$/parentwork.iml" filepath="$PROJECT_DIR$/parentwork.iml" />
8 9 <module fileurl="file://F:\parentWorkHolper\parentwork.iml" filepath="F:\parentWorkHolper\parentwork.iml" />
9 10 <module fileurl="file://$PROJECT_DIR$/roundedimageview-2.2.1/roundedimageview-2.2.1.iml" filepath="$PROJECT_DIR$/roundedimageview-2.2.1/roundedimageview-2.2.1.iml" />
10 11 </modules>
... ...
app/src/main/java/com/shunzhi/parent/ui/fragment/consult/ConsultOneLevelFragment.java
... ... @@ -126,6 +126,11 @@ public class ConsultOneLevelFragment extends BaseMVPCompatFragment&lt;ConsultOneCon
126 126 initRecyclerView(guangGaoBeanList);
127 127 }
128 128  
  129 + @Override
  130 + public void showConsultContent() {
  131 +
  132 + }
  133 +
129 134 private class MyGrallyAdapter extends BaseRecyclerViewAdapter<GuangGaoBean> {
130 135 @Override
131 136 public void onAttachedToRecyclerView(RecyclerView recyclerView) {
... ...