summaryrefslogtreecommitdiff
path: root/res/layout/main.xml
blob: b64d0ebc6a6456fdfea5e35fb764f44bbd8fa5d4 (plain)
1
2
3
4
5
6
7
8
<?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>