linphone-android/res/layout/videocall.xml
Jehan Monnier 597059ff45 add video call activity
still to be debugged
2010-11-12 09:01:59 +01:00

6 lines
335 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
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>
</LinearLayout>