You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this view and when my activity gets resized in a multi-window mode the video is stretched. Currently I am using the cropCenter mode. Is there a way to notify the view about the change?
The text was updated successfully, but these errors were encountered:
The reason this is happening, is that ScalableVideoView doesn't update the scale factor when onMeasure() is called. I think this is a larger issue as it also affects any other layout change, like bringing up the soft keyboard with soft input mode adjustResize.
I am using this view and when my activity gets resized in a multi-window mode the video is stretched. Currently I am using the cropCenter mode. Is there a way to notify the view about the change?
The text was updated successfully, but these errors were encountered: