XibFree icon indicating copy to clipboard operation
XibFree copied to clipboard

ViewGroup Layers only work for LinearLayout

Open dalewking opened this issue 11 years ago • 0 comments

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.

dalewking avatar Jan 15 '14 19:01 dalewking