Commit 2e560dbc081863510d6bbac36be36938ca17f41d
1 parent
d64a8879
Exists in
yxb_dev
and in
2 other branches
no message
Showing
3 changed files
with
3 additions
and
4 deletions
Show diff stats
.idea/vcs.xml
| 1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project version="4"> | 2 | <project version="4"> |
| 3 | <component name="VcsDirectoryMappings"> | 3 | <component name="VcsDirectoryMappings"> |
| 4 | - <mapping directory="$PROJECT_DIR$" vcs="Git" /> | 4 | + <mapping directory="" vcs="Git" /> |
| 5 | </component> | 5 | </component> |
| 6 | </project> | 6 | </project> |
| 7 | \ No newline at end of file | 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,7 +55,7 @@ public class CePingPresenter extends CepingContract.CePingPresenter { | ||
| 55 | @Override | 55 | @Override |
| 56 | public void onClick(View view) { | 56 | public void onClick(View view) { |
| 57 | ToolBean toolBean1= (ToolBean) view.getTag(); | 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 | layout_control.addView(textAndImgShowView); | 61 | layout_control.addView(textAndImgShowView); |
app/src/main/res/layout/activity_web_view.xml
| @@ -17,7 +17,6 @@ | @@ -17,7 +17,6 @@ | ||
| 17 | <com.share.mvpsdk.widgets.NestedScrollWebView | 17 | <com.share.mvpsdk.widgets.NestedScrollWebView |
| 18 | android:layout_width="match_parent" | 18 | android:layout_width="match_parent" |
| 19 | android:layout_height="match_parent" | 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 | </LinearLayout> | 22 | </LinearLayout> |