Open jjhesk opened 8 years ago
@jjhesk Are you making the AppBar to hide with scrolling? Can you share the code for me to understand it better.
its basically the implementation with another PlaceHolderView as child. there is not much difference compared to the demo code.
Meet the same issue
There is a situation where the CoordinatorLayout or AppBarLayout didnt response to the touch of the sub children of the placeholderview.
<android.support.design.widget.CoordinatorLayout <android.support.design.widget.AppBarLayout </android.support...AppBarLayout>
< com.mindorks.placeholderview.PlaceHolderView android:layout_width="match_parent" android:layout_height="match_parent" app:layout_behavior="@string/appbar_scrolling_view_behavior" />
</android.support.design.widget.CoordinatorLayout>
It is observed that only the first layer of children with the touch event can dictate the movement of the AppBarLayout.