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

Side by Side Diff: webrtc/examples/androidapp/res/xml/preferences.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 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> 2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
3 <PreferenceCategory 3 <PreferenceCategory
4 android:key="@string/pref_videosettings_key" 4 android:key="@string/pref_videosettings_key"
5 android:title="@string/pref_videosettings_title"> 5 android:title="@string/pref_videosettings_title">
6 6
7 <CheckBoxPreference 7 <CheckBoxPreference
8 android:key="@string/pref_videocall_key" 8 android:key="@string/pref_videocall_key"
9 android:title="@string/pref_videocall_title" 9 android:title="@string/pref_videocall_title"
10 android:dialogTitle="@string/pref_videocall_dlg" 10 android:dialogTitle="@string/pref_videocall_dlg"
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 android:dialogTitle="@string/pref_room_server_url_dlg" /> 108 android:dialogTitle="@string/pref_room_server_url_dlg" />
109 109
110 <CheckBoxPreference 110 <CheckBoxPreference
111 android:key="@string/pref_displayhud_key" 111 android:key="@string/pref_displayhud_key"
112 android:title="@string/pref_displayhud_title" 112 android:title="@string/pref_displayhud_title"
113 android:dialogTitle="@string/pref_displayhud_dlg" 113 android:dialogTitle="@string/pref_displayhud_dlg"
114 android:defaultValue="@string/pref_displayhud_default" /> 114 android:defaultValue="@string/pref_displayhud_default" />
115 </PreferenceCategory> 115 </PreferenceCategory>
116 116
117 </PreferenceScreen> 117 </PreferenceScreen>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698