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

Unified Diff: talk/examples/android/res/layout/fragment_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/fragment_call.xml
diff --git a/talk/examples/android/res/layout/fragment_call.xml b/talk/examples/android/res/layout/fragment_call.xml
deleted file mode 100644
index 70a9a28197a1ae49378e703507181d3bff9fec77..0000000000000000000000000000000000000000
--- a/talk/examples/android/res/layout/fragment_call.xml
+++ /dev/null
@@ -1,51 +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">
-
- <TextView
- android:id="@+id/contact_name_call"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:layout_above="@+id/buttons_call_container"
- android:textSize="24sp"
- android:layout_margin="8dp"/>
-
- <LinearLayout
- android:id="@+id/buttons_call_container"
- android:orientation="horizontal"
- android:layout_alignParentBottom="true"
- android:layout_marginBottom="32dp"
- android:layout_centerHorizontal="true"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
-
- <ImageButton
- android:id="@+id/button_call_disconnect"
- android:background="@drawable/disconnect"
- android:contentDescription="@string/disconnect_call"
- android:layout_marginEnd="16dp"
- android:layout_width="48dp"
- android:layout_height="48dp"/>
-
- <ImageButton
- android:id="@+id/button_call_switch_camera"
- android:background="@android:drawable/ic_menu_camera"
- android:contentDescription="@string/switch_camera"
- android:layout_marginEnd="8dp"
- android:layout_width="48dp"
- android:layout_height="48dp"/>
-
- <ImageButton
- android:id="@+id/button_call_scaling_mode"
- android:background="@drawable/ic_action_return_from_full_screen"
- android:contentDescription="@string/disconnect_call"
- android:layout_width="48dp"
- android:layout_height="48dp"/>
- </LinearLayout>
-
-</RelativeLayout>
« no previous file with comments | « talk/examples/android/res/layout/activity_connect.xml ('k') | talk/examples/android/res/layout/fragment_hud.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698