You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting a Layer on a FrameLayout does not work. The Layer is not shown as it will be zero size. FrameLayout.onLayout, does not call the base class version which is what resizes the Layer on Layout.
When fixing this make sure that it respects padding. My first attempts to workaround it made the layer size not include padding.
The text was updated successfully, but these errors were encountered:
Setting a Layer on a FrameLayout does not work. The Layer is not shown as it will be zero size. FrameLayout.onLayout, does not call the base class version which is what resizes the Layer on Layout.
When fixing this make sure that it respects padding. My first attempts to workaround it made the layer size not include padding.
The text was updated successfully, but these errors were encountered: