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

Unified Diff: talk/examples/android/res/layout/fragment_hud.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
« no previous file with comments | « talk/examples/android/res/layout/fragment_call.xml ('k') | talk/examples/android/res/menu/connect_menu.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/examples/android/res/layout/fragment_hud.xml
diff --git a/talk/examples/android/res/layout/fragment_hud.xml b/talk/examples/android/res/layout/fragment_hud.xml
deleted file mode 100644
index 273a2f3e6977a0eb75eeed9aaa9615fcdc12b904..0000000000000000000000000000000000000000
--- a/talk/examples/android/res/layout/fragment_hud.xml
+++ /dev/null
@@ -1,75 +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">
-
- <ImageButton
- android:id="@+id/button_toggle_debug"
- android:background="@android:drawable/ic_menu_info_details"
- android:contentDescription="@string/toggle_debug"
- android:layout_alignParentBottom="true"
- android:layout_alignParentStart="true"
- android:layout_width="48dp"
- android:layout_height="48dp"/>
-
- <TextView
- android:id="@+id/encoder_stat_call"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentEnd="true"
- android:textStyle="bold"
- android:textColor="#C000FF00"
- android:textSize="12dp"
- android:layout_margin="8dp"/>
-
- <TableLayout
- android:id="@+id/hudview_container"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <TableRow>
- <TextView
- android:id="@+id/hud_stat_bwe"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:alpha="0.4"
- android:padding="2dip"
- android:background="@android:color/white"
- android:textColor="@android:color/black" />
-
- <TextView
- android:id="@+id/hud_stat_connection"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:alpha="0.4"
- android:padding="2dip"
- android:background="@android:color/white"
- android:textColor="@android:color/black" />
-
- </TableRow>
-
- <TableRow>
- <TextView
- android:id="@+id/hud_stat_video_send"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:alpha="0.4"
- android:padding="2dip"
- android:background="@android:color/white"
- android:textColor="@android:color/black" />
-
- <TextView
- android:id="@+id/hud_stat_video_recv"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:padding="2dip"
- android:alpha="0.4"
- android:background="@android:color/white"
- android:textColor="@android:color/black" />
- </TableRow>
- </TableLayout>
-
-</RelativeLayout>
« no previous file with comments | « talk/examples/android/res/layout/fragment_call.xml ('k') | talk/examples/android/res/menu/connect_menu.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698