PIC1羽織る
エリア1がAppBarLayout、ViewPager(リサイクル図)であるがAppBarLayout未満です。
Area2に触れてゆっくりとスクロールアップすると、正常に動作します。 しかしArea1に触れて素早く上にスクロールすると、ビューが上にスクロールして自動的に下にスクロールすることがあります。
サポート:26.0.2(26.1.0/27.0.2)
は、ここに私のレイアウトです:私が代わりに26.0.2のサポート23.4.0を使用
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.design.widget.AppBarLayout
android:id="@+id/app_bar_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@null"
app:elevation="0dp">
<TextView
android:layout_width="match_parent"
android:layout_height="350dp"
android:background="@android:color/holo_green_light"
android:gravity="center"
android:text="TEST"
android:textColor="@android:color/holo_orange_dark"
android:textSize="64sp"
app:layout_scrollFlags="scroll|enterAlways"/>
<!--category-->
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
app:tabIndicatorColor="@color/colorAccent"
app:tabIndicatorHeight="4dp"
app:tabSelectedTextColor="#000"
app:tabTextColor="#fff"/>
</android.support.design.widget.AppBarLayout>
<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white"
app:layout_behavior="@string/appbar_scrolling_view_behavior"/>
</android.support.design.widget.CoordinatorLayout>
、レイアウトは細かいスクロールします。 アプリケーションバーは/ NestedScrollView(又はRecyclerView)しながら、まだ投げつけ終了していない投げ飛ばさスクロールされたとき