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

Side by Side Diff: webrtc/examples/android/media_demo/res/layout/mainmenu.xml

Issue 1439593002: Remove webrtc/examples/android/media_demo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 1 month 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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout
3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:orientation="horizontal"
5 android:layout_width="fill_parent"
6 android:layout_height="fill_parent">
7 <LinearLayout
8 android:orientation="vertical"
9 android:layout_width="120dip"
10 android:layout_height="fill_parent">
11 <TextView android:id="@+id/tvStats"
12 android:layout_width="fill_parent"
13 android:layout_height="60dip"
14 android:textSize="6sp"
15 android:text=""/>
16 <Button android:id="@+id/btStats"
17 android:layout_width="fill_parent"
18 android:layout_height="wrap_content"
19 android:layout_gravity="bottom"
20 android:text="@string/stats"/>
21 <Button android:id="@+id/btStartStopCall"
22 android:layout_width="fill_parent"
23 android:layout_height="wrap_content"
24 android:layout_gravity="bottom"/>
25 </LinearLayout>
26 </LinearLayout>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698