keep Controls Space On Hide
Configuration setting: This can also be set using .configureMediaPlayer and the ArcXPVideoConfig object. When controls are hidden in the control bar the visibility is set to GONE so the space is reclaimed during the next layout pass. Depending on how the custom control bar is set up this can cause controls to shift. Setting this to true will cause the control visibility to be set to INVISIBLE so the space will not be reclaimed during the next layout pass.
Return
Media player object
Parameters
keep
true=INVISIBLE, false=GONE