Android NestedScrollView 嵌套webvi
2020-10-15 本文已影响0人
Looper
```
android:id="@+id/webView"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:ignore="WebViewLayout" />
```