想要的效果就是正常的webview在topbar下方 布局如下:
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_width="match_parent"
android:layout_height="fill_parent">
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
android:layout_width="match_parent"
android:layout_height="fill_parent"
/>
</android.support.v4.widget.NestedScrollView>
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_height="6dp"
android:progressDrawable="@drawable/progress_drawable" />
</RelativeLayout>
android:layout_height="wrap_content">
android:id="@+id/top"/>
</android.support.design.widget.AppBarLayout>
。。</CoordinatorLayout>