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

Side by Side Diff: webrtc/examples/androidapp/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 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 <ImageButton 9 <ImageButton
10 android:id="@+id/button_toggle_debug" 10 android:id="@+id/button_toggle_debug"
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 android:layout_width="wrap_content" 66 android:layout_width="wrap_content"
67 android:layout_height="wrap_content" 67 android:layout_height="wrap_content"
68 android:padding="2dip" 68 android:padding="2dip"
69 android:alpha="0.4" 69 android:alpha="0.4"
70 android:background="@android:color/white" 70 android:background="@android:color/white"
71 android:textColor="@android:color/black" /> 71 android:textColor="@android:color/black" />
72 </TableRow> 72 </TableRow>
73 </TableLayout> 73 </TableLayout>
74 74
75 </RelativeLayout> 75 </RelativeLayout>
OLDNEW
« no previous file with comments | « webrtc/examples/androidapp/res/layout/fragment_call.xml ('k') | webrtc/examples/androidapp/res/menu/connect_menu.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698