Android-Video View in Fullscreen

前端 未结 6 612
遇见更好的自我
遇见更好的自我 2020-12-01 07:45

I am trying to make this VideoView to appear in full screen mode :

public class ViewVideo extends Activity {
  private String filename;
  private static fina         


        
6条回答
  •  不知归路
    2020-12-01 08:32

    Due to my experienced, you can only use Relative-Layout View for you video to be stretch on portrait and landscape. Linear-layout view can only stretch video on Landscape, you can try the two view without writing any code and prove my theory

提交回复
热议问题