Corrected ratio
This commit is contained in:
parent
ab33a426ff
commit
86289d1a73
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue