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

Side by Side Diff: webrtc/examples/androidapp/res/layout/activity_connect.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 <LinearLayout 2 <LinearLayout
3 xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="match_parent" 4 android:layout_width="match_parent"
5 android:layout_height="match_parent" 5 android:layout_height="match_parent"
6 android:orientation="vertical" 6 android:orientation="vertical"
7 android:weightSum="1" 7 android:weightSum="1"
8 android:layout_margin="8dp" 8 android:layout_margin="8dp"
9 android:layout_centerHorizontal="true"> 9 android:layout_centerHorizontal="true">
10 10
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 android:text="@string/room_names"/> 63 android:text="@string/room_names"/>
64 <ListView 64 <ListView
65 android:id="@+id/room_listview" 65 android:id="@+id/room_listview"
66 android:layout_width="fill_parent" 66 android:layout_width="fill_parent"
67 android:layout_height="wrap_content" 67 android:layout_height="wrap_content"
68 android:choiceMode="singleChoice" 68 android:choiceMode="singleChoice"
69 android:listSelector="@android:color/darker_gray" 69 android:listSelector="@android:color/darker_gray"
70 android:drawSelectorOnTop="false" /> 70 android:drawSelectorOnTop="false" />
71 71
72 </LinearLayout> 72 </LinearLayout>
OLDNEW
« no previous file with comments | « webrtc/examples/androidapp/res/layout/activity_call.xml ('k') | webrtc/examples/androidapp/res/layout/fragment_call.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698