리비전 93, 0.7 kB
(mefour에 의해 체크인됨, 15 년 전)
|
--
|
Line | |
---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|
2 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
---|
3 |
android:orientation="vertical" |
---|
4 |
android:layout_width="fill_parent" |
---|
5 |
android:layout_height="fill_parent" |
---|
6 |
> |
---|
7 |
<TextView |
---|
8 |
android:layout_width="fill_parent" |
---|
9 |
android:layout_height="wrap_content" |
---|
10 |
android:text="Video Play" |
---|
11 |
android:gravity="center" |
---|
12 |
android:textSize="12pt" |
---|
13 |
/> |
---|
14 |
|
---|
15 |
<RelativeLayout |
---|
16 |
android:layout_width="fill_parent" |
---|
17 |
android:layout_height="wrap_content"> |
---|
18 |
|
---|
19 |
<VideoView |
---|
20 |
android:id="@+id/videoView01" |
---|
21 |
android:layout_width="fill_parent" |
---|
22 |
android:layout_height="fill_parent" |
---|
23 |
/> |
---|
24 |
|
---|
25 |
|
---|
26 |
|
---|
27 |
</RelativeLayout> |
---|
28 |
</LinearLayout> |
---|