Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2715)

Unified Diff: talk/examples/android/res/layout/activity_call.xml

Issue 1235563006: Move talk/examples/* to webrtc/examples. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 201508051337 Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « talk/examples/android/res/drawable-xhdpi/ic_loopback_call.png ('k') | talk/examples/android/res/layout/activity_connect.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698