初次提交
This commit is contained in:
11
第22章 夜鹰行动/AircraftAttack/res/layout/start_video.xml
Normal file
11
第22章 夜鹰行动/AircraftAttack/res/layout/start_video.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- 游戏开始时播放视频 -->
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent">
|
||||
<com.bn.menu.MyVideoView
|
||||
android:id="@+id/start_video_videoview"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"/>
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user