dupengyue
2017-03-06 43a6ba283eff3e640e22bbf354d9572dfc7f954a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/activity_test_argb_8888_actiivty"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="com.bsk.zhangbo.demoforbsk.ui.activity.TestARGB8888Actiivty">
 
    <SurfaceView
        android:id="@+id/surfaceview1"
        android:layout_width="640px"
        android:layout_height="480px"/>
    <!--<ImageView-->
        <!--android:id="@+id/test_img"-->
        <!--android:layout_width="match_parent"-->
        <!--android:layout_height="match_parent"-->
        <!--android:scaleType="fitXY"/>-->
    <Button
        android:id="@+id/btn"
        android:text="play"
        android:layout_alignParentBottom="true"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />
</RelativeLayout>