Commit e7ab7c8eab83ce1ecda4b1328fb7a6ed79115cfb
1 parent
cebff8c0
Exists in
yxb_dev
and in
2 other branches
no message
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
.idea/modules.xml
@@ -4,7 +4,8 @@ | @@ -4,7 +4,8 @@ | ||
4 | <modules> | 4 | <modules> |
5 | <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> | 5 | <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> |
6 | <module fileurl="file://$PROJECT_DIR$/mvpsdk/mvpsdk.iml" filepath="$PROJECT_DIR$/mvpsdk/mvpsdk.iml" /> | 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 | <module fileurl="file://F:\parentWorkHolper\parentwork.iml" filepath="F:\parentWorkHolper\parentwork.iml" /> | 9 | <module fileurl="file://F:\parentWorkHolper\parentwork.iml" filepath="F:\parentWorkHolper\parentwork.iml" /> |
9 | <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 | <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 | </modules> | 11 | </modules> |
app/src/main/java/com/shunzhi/parent/ui/fragment/consult/ConsultOneLevelFragment.java
@@ -126,6 +126,11 @@ public class ConsultOneLevelFragment extends BaseMVPCompatFragment<ConsultOneCon | @@ -126,6 +126,11 @@ public class ConsultOneLevelFragment extends BaseMVPCompatFragment<ConsultOneCon | ||
126 | initRecyclerView(guangGaoBeanList); | 126 | initRecyclerView(guangGaoBeanList); |
127 | } | 127 | } |
128 | 128 | ||
129 | + @Override | ||
130 | + public void showConsultContent() { | ||
131 | + | ||
132 | + } | ||
133 | + | ||
129 | private class MyGrallyAdapter extends BaseRecyclerViewAdapter<GuangGaoBean> { | 134 | private class MyGrallyAdapter extends BaseRecyclerViewAdapter<GuangGaoBean> { |
130 | @Override | 135 | @Override |
131 | public void onAttachedToRecyclerView(RecyclerView recyclerView) { | 136 | public void onAttachedToRecyclerView(RecyclerView recyclerView) { |