shadowContainer.setLayoutMode(ViewGroup.LAYOUT_MODE_OPTICAL_BOUNDS);
LayoutInflater inflater = LayoutInflater.from(shadowContainer.getContext());
inflater.inflate(R.layout.lb_shadow, shadowContainer, true);
ShadowImpl impl = new ShadowImpl();
impl.mNormalShadow = shadowContainer.findViewById(R.id.lb_shadow_normal);
impl.mFocusShadow = shadowContainer.findViewById(R.id.lb_shadow_focused);
return impl;