Android TV에 문제가있어 사용자의 도움이 필요합니다. 렌더링Android TV의 재생 제어 위치 설정
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<VideoView
android:id="@+id/videoView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
/>
<fragment
android:id="@+id/playback_controls_fragment"
android:name="com.sharewis.leonettv.PlaybackOverlayFragment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
그리고 레이아웃 : 아래
레이아웃 코드 나 안드로이드 TV의 재생 제어를위한 위치를 설정할 수있는 방법(등 : 하단, 상단 ...)?