记录一次CoordinatorLayout在support-compat27下滑动的问题
这里记录一下在support-compat27包中主要发现了两个滑动时候的问题。 首先看下xml文件: <?xml version="1.0" encoding="utf-8"?> <FrameLayout android:id="@+id/testscor" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" tools:context=".MainActivity"> <com.sogou.testforall.CustomCoordinatorLayout android:id="@+id/coord" android:layout_width="match_parent" android:layout_height="wrap_content"> <android.support.design.widget