Commit 2e560dbc081863510d6bbac36be36938ca17f41d

Authored by 张道锋
1 parent d64a8879

no message

.idea/vcs.xml
1 1 <?xml version="1.0" encoding="UTF-8"?>
2 2 <project version="4">
3 3 <component name="VcsDirectoryMappings">
4   - <mapping directory="$PROJECT_DIR$" vcs="Git" />
  4 + <mapping directory="" vcs="Git" />
5 5 </component>
6 6 </project>
7 7 \ No newline at end of file
... ...
app/src/main/java/com/shunzhi/parent/presenter/ceping/CePingPresenter.java
... ... @@ -55,7 +55,7 @@ public class CePingPresenter extends CepingContract.CePingPresenter {
55 55 @Override
56 56 public void onClick(View view) {
57 57 ToolBean toolBean1= (ToolBean) view.getTag();
58   - WebViewActivity.getInstance(mIView.getBindActivity(),toolBean1.toolUrl);
  58 + WebViewActivity.getInstance(mIView.getBindActivity(),toolBean1.toolUrl,-1);
59 59 }
60 60 });
61 61 layout_control.addView(textAndImgShowView);
... ...
app/src/main/res/layout/activity_web_view.xml
... ... @@ -17,7 +17,6 @@
17 17 <com.share.mvpsdk.widgets.NestedScrollWebView
18 18 android:layout_width="match_parent"
19 19 android:layout_height="match_parent"
20   - android:id="@+id/nesteScrollWebView"
21   - ></com.share.mvpsdk.widgets.NestedScrollWebView>
  20 + android:id="@+id/nesteScrollWebView"/>
22 21  
23 22 </LinearLayout>
... ...