Commit451 / ForegroundViews

Views that supports a foreground, like FrameLayout does
Apache License 2.0
213 stars 29 forks source link

Fix mForegroundBoundsChanged updating in onLayout #14

Closed technoir42 closed 5 years ago

technoir42 commented 5 years ago

That's what Material Components do: https://github.com/material-components/material-components-android/blob/197c76911acb0486ec62826d9f47e4d56fd28922/lib/java/android/support/design/internal/ForegroundLinearLayout.java#L191

Closes #11.