Corrected ratio

This commit is contained in:
Guillaume Beraudo 2010-11-23 11:54:18 +01:00
parent ab33a426ff
commit 86289d1a73

View file

@ -5,7 +5,7 @@
android:layout_height="fill_parent" android:layout_width="fill_parent">
<SurfaceView android:layout_height="fill_parent" android:layout_width="fill_parent" android:id="@+id/video_surface"></SurfaceView>
<SurfaceView android:layout_height="72px" android:layout_width="87px" android:id="@+id/video_capture_surface" android:layout_gravity="right|bottom"
android:layout_margin="20px"></SurfaceView>
<SurfaceView android:layout_height="72dip" android:layout_width="88dip" android:id="@+id/video_capture_surface" android:layout_gravity="right|bottom"
android:layout_margin="15dip"></SurfaceView>
</FrameLayout>