pedroSG94 / vlc-example-streamplayer

Example code how to play a stream with VLC
GNU General Public License v3.0
227 stars 93 forks source link

surfaceview can not be full on SCREEN_ORIENTATION_LANDSCAPE #34

Open bvhloc opened 4 years ago

bvhloc commented 4 years ago

Hi I have a surfaceView which has been set Match_Parent for both width and height but when I rotate the layout with the below function:

setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); getWindow().addFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN);

the frame inside the surfaceView can not be full, please help me to solve this issue, thank you

be6ana commented 2 years ago

Did you resolve this ?