Android-Video View in Fullscreen

前端 未结 6 609
遇见更好的自我
遇见更好的自我 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:47

    when you click an menu item. you have to start a New Activity. for that Activity you have to set the theme attribute in the Manifest. set this value that is

    android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
    

    thats it.

提交回复
热议问题