| Index: talk/examples/android/res/layout/activity_call.xml
|
| diff --git a/talk/examples/android/res/layout/activity_call.xml b/talk/examples/android/res/layout/activity_call.xml
|
| deleted file mode 100644
|
| index a18f758568c47ce43ee75974daa0c50369bfb142..0000000000000000000000000000000000000000
|
| --- a/talk/examples/android/res/layout/activity_call.xml
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<?xml version="1.0" encoding="utf-8"?>
|
| -
|
| -<RelativeLayout
|
| - xmlns:android="http://schemas.android.com/apk/res/android"
|
| - xmlns:tools="http://schemas.android.com/tools"
|
| - android:layout_width="match_parent"
|
| - android:layout_height="match_parent">
|
| -
|
| - <android.opengl.GLSurfaceView
|
| - android:id="@+id/glview_call"
|
| - android:layout_width="match_parent"
|
| - android:layout_height="match_parent" />
|
| -
|
| - <FrameLayout
|
| - android:id="@+id/call_fragment_container"
|
| - android:layout_width="match_parent"
|
| - android:layout_height="match_parent" />
|
| - <FrameLayout
|
| - android:id="@+id/hud_fragment_container"
|
| - android:layout_width="match_parent"
|
| - android:layout_height="match_parent" />
|
| -
|
| -</RelativeLayout>
|
|
|