Skip to content

Commit

Permalink
rename layout_custom_webview
Browse files Browse the repository at this point in the history
  • Loading branch information
youlookwhat committed Jul 30, 2020
1 parent d2a729b commit ab099ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private void initTitle() {
LinearLayout container = findViewById(R.id.ll_container);
byWebView = ByWebView
.with(this)
.setCustomWebViewLayout(R.layout.layout_costom_webview)
.setCustomWebViewLayout(R.layout.layout_custom_webview)
.setWebParent(container, new LinearLayout.LayoutParams(-1, -1))
.useWebProgress(ContextCompat.getColor(this, R.color.coloRed))
.setOnTitleProgressCallback(onTitleProgressCallback)
Expand Down

0 comments on commit ab099ff

Please sign in to comment.