VideoView1 (android studio) VideoView 만들기 - landscape, full screen 가로로 꽉 찬 동영상 재생하는 방법을 알아보려고 합니다. 맨 처음 화면을 가로로 하기 위해 manifest에 코드를 넣어줍니다. Manifest // 액션바 없애기 android:screenOrientation="landscape" android:theme="@style/Theme.AppCompat.Light.NoActionBar" 를 추가합니다~ activity_main.xml xml에 VideoView를 추가해줍니다. ** full screen을 하려면 ConstraintLayout을 해야합니다...(이유는 잘 모르겠네요..) LinearLayout, FrameLayout는 배경이 생기고 full screen이 안됩니다! 꼭 ConstraintLayout를 사용해주세요 MainActivity.java.. 2021. 5. 3. 이전 1 다음