XibFree
XibFree copied to clipboard
ViewGroup Layers only work for LinearLayout
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.