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

Side by Side Diff: webrtc/examples/androidapp/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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <RelativeLayout 3 <RelativeLayout
4 xmlns:android="http://schemas.android.com/apk/res/android" 4 xmlns:android="http://schemas.android.com/apk/res/android"
5 xmlns:tools="http://schemas.android.com/tools" 5 xmlns:tools="http://schemas.android.com/tools"
6 android:layout_width="match_parent" 6 android:layout_width="match_parent"
7 android:layout_height="match_parent"> 7 android:layout_height="match_parent">
8 8
9 <android.opengl.GLSurfaceView 9 <android.opengl.GLSurfaceView
10 android:id="@+id/glview_call" 10 android:id="@+id/glview_call"
11 android:layout_width="match_parent" 11 android:layout_width="match_parent"
12 android:layout_height="match_parent" /> 12 android:layout_height="match_parent" />
13 13
14 <FrameLayout 14 <FrameLayout
15 android:id="@+id/call_fragment_container" 15 android:id="@+id/call_fragment_container"
16 android:layout_width="match_parent" 16 android:layout_width="match_parent"
17 android:layout_height="match_parent" /> 17 android:layout_height="match_parent" />
18 <FrameLayout 18 <FrameLayout
19 android:id="@+id/hud_fragment_container" 19 android:id="@+id/hud_fragment_container"
20 android:layout_width="match_parent" 20 android:layout_width="match_parent"
21 android:layout_height="match_parent" /> 21 android:layout_height="match_parent" />
22 22
23 </RelativeLayout> 23 </RelativeLayout>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698