Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ViewGroup Layers only work for LinearLayout #7

Open
dalewking opened this issue Jan 15, 2014 · 0 comments
Open

ViewGroup Layers only work for LinearLayout #7

dalewking opened this issue Jan 15, 2014 · 0 comments

Comments

@dalewking
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant