| Index: webrtc/examples/androidapp/res/layout/activity_call.xml
|
| diff --git a/webrtc/examples/androidapp/res/layout/activity_call.xml b/webrtc/examples/androidapp/res/layout/activity_call.xml
|
| index b0da11dd1f2c760216e82c6223df18ebc75fc077..793ed588ad28664b7f3e7ddf33dd17c4adbe7da2 100644
|
| --- a/webrtc/examples/androidapp/res/layout/activity_call.xml
|
| +++ b/webrtc/examples/androidapp/res/layout/activity_call.xml
|
| @@ -1,10 +1,9 @@
|
| <?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">
|
| + xmlns:android="http://schemas.android.com/apk/res/android"
|
| + android:layout_width="match_parent"
|
| + android:layout_height="match_parent">
|
|
|
| <org.appspot.apprtc.PercentFrameLayout
|
| android:id="@+id/remote_video_layout"
|
|
|