summaryrefslogtreecommitdiff
path: root/res/layout/main.xml
blob: 40bfa5941fd38b183fd76a1ee99ebec043db0128 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<SurfaceView android:id="@+id/surface_camera"     
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:layout_centerInParent="true"
    android:layout_weight="1"
    >
</SurfaceView>