Index: webrtc/examples/android/media_demo/res/layout/mainmenu.xml |
diff --git a/webrtc/examples/android/media_demo/res/layout/mainmenu.xml b/webrtc/examples/android/media_demo/res/layout/mainmenu.xml |
deleted file mode 100644 |
index 89f5399df7134fd272d06c4a9e95416f4f51d7cb..0000000000000000000000000000000000000000 |
--- a/webrtc/examples/android/media_demo/res/layout/mainmenu.xml |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-<?xml version="1.0" encoding="utf-8"?> |
-<LinearLayout |
- xmlns:android="http://schemas.android.com/apk/res/android" |
- android:orientation="horizontal" |
- android:layout_width="fill_parent" |
- android:layout_height="fill_parent"> |
- <LinearLayout |
- android:orientation="vertical" |
- android:layout_width="120dip" |
- android:layout_height="fill_parent"> |
- <TextView android:id="@+id/tvStats" |
- android:layout_width="fill_parent" |
- android:layout_height="60dip" |
- android:textSize="6sp" |
- android:text=""/> |
- <Button android:id="@+id/btStats" |
- android:layout_width="fill_parent" |
- android:layout_height="wrap_content" |
- android:layout_gravity="bottom" |
- android:text="@string/stats"/> |
- <Button android:id="@+id/btStartStopCall" |
- android:layout_width="fill_parent" |
- android:layout_height="wrap_content" |
- android:layout_gravity="bottom"/> |
- </LinearLayout> |
-</LinearLayout> |