Skip to content

Commit ab099ff

Browse files
committed
rename layout_custom_webview
1 parent d2a729b commit ab099ff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/src/main/java/com/example/jingbin/webviewstudy/ByWebViewActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private void initTitle() {
7474
LinearLayout container = findViewById(R.id.ll_container);
7575
byWebView = ByWebView
7676
.with(this)
77-
.setCustomWebViewLayout(R.layout.layout_costom_webview)
77+
.setCustomWebViewLayout(R.layout.layout_custom_webview)
7878
.setWebParent(container, new LinearLayout.LayoutParams(-1, -1))
7979
.useWebProgress(ContextCompat.getColor(this, R.color.coloRed))
8080
.setOnTitleProgressCallback(onTitleProgressCallback)

0 commit comments

Comments
 (0)