Android Supportlib - Framelayout In Coordinatorlayout With Appbarlayout Consuming Entire Screen-height
I am currently having an issue with a FrameLayout in a CoordinatorLayout from Android design-support library whereas I followed the instructions from this post while creating the t
Solution 1:
Move your app:layout_behavior="@string/appbar_scrolling_view_behavior"
to the FrameLayout
- that attribute needs to be on the direct child of the CoordinatorLayout
.
Post a Comment for "Android Supportlib - Framelayout In Coordinatorlayout With Appbarlayout Consuming Entire Screen-height"