If you take a screenshot using Lime's built-in tool while in hybrid mode, a Default layout screenshot is made instead. This appears to be because the Hybrid layout was never added to the FrameLayoutFromResolutionScale method so it is falling back to the default behavior.
Issue
If you take a screenshot using Lime's built-in tool while in hybrid mode, a Default layout screenshot is made instead. This appears to be because the Hybrid layout was never added to the
FrameLayoutFromResolutionScale
method so it is falling back to the default behavior.