2017-03-09 4 views
1

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의 재생 제어를위한 위치를 설정할 수있는 방법

enter image description here

(등 : 하단, 상단 ...)?

답변

0

내가 재생 제어의 수동 조작 패딩 DIMEN는

<RelativeLayout 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" 
     android:layout_alignParentBottom="true" 
     android:layout_centerHorizontal="true" 
     /> 
</RelativeLayout> 

에에서 뷰 그룹을 lb_playback_controls_padding_toplb_playback_controls_padding_bottom