<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<VideoView
android:id="@+id/play_videoview"
android:layout_alignParentTop="true"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</RelativeLayout>
//이게 중요.. android:layout_alignParentTop="true"
android:layout_alignParentBottom="true"android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
//무료 아이콘/UI http://sourcetree.kr/
//View.setX(), View.setY() => View.setLeft(), View.setTop() 이랑 같지만 setXY가 잘먹힘..
//포지션을 얻으려면 windowFocusChaged에서 확인
댓글 없음:
댓글 쓰기