NestedScrollView 初体验
出现的原因: 一般情况下,scrollview的内部或者外部无法添加另一个scrollview “ It ( NestedScrollView ) can be used as both parent or child ScrollView . ”—— 网络博客的解释 “ NestedScrollView is just like ScrollView , but it supports acting as both a nested scrolling parent and child on both new and old versions of Android. Nested scrolling is enabled by default. ”—— 官方介绍 示例代码: <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation=