blob: b8c08bbecf9bdde8836b2eab55979eb1f2cab1ff [file] [log] [blame]
glaznev@webrtc.org243eb8e2014-10-27 17:22:15 +00001<?xml version="1.0" encoding="utf-8"?>
2<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
3 <EditTextPreference
4 android:key="@string/pref_url_key"
5 android:title="@string/pref_url_title"
glaznev@webrtc.org243eb8e2014-10-27 17:22:15 +00006 android:defaultValue="@string/pref_url_default"
7 android:inputType="textWebEmailAddress"
8 android:dialogTitle="@string/pref_url_dlg" />
9 <ListPreference
10 android:key="@string/pref_resolution_key"
11 android:title="@string/pref_resolution_title"
glaznev@webrtc.org243eb8e2014-10-27 17:22:15 +000012 android:defaultValue="@string/pref_resolution_default"
13 android:dialogTitle="@string/pref_resolution_dlg"
14 android:entries="@array/videoResolutions"
15 android:entryValues="@array/videoResolutionsValues" />
glaznev@webrtc.org5f38c8d2014-11-03 22:18:52 +000016 <ListPreference
17 android:key="@string/pref_fps_key"
18 android:title="@string/pref_fps_title"
glaznev@webrtc.org5f38c8d2014-11-03 22:18:52 +000019 android:defaultValue="@string/pref_fps_default"
20 android:dialogTitle="@string/pref_fps_dlg"
21 android:entries="@array/cameraFps"
22 android:entryValues="@array/cameraFps" />
henrika@webrtc.org2176db32014-11-18 13:22:28 +000023 <CheckBoxPreference
24 android:key="@string/pref_cpu_usage_detection_key"
25 android:title="@string/pref_cpu_usage_detection_title"
26 android:dialogTitle="@string/pref_cpu_usage_detection_dlg"
27 android:defaultValue="@string/pref_cpu_usage_detection_default" />
28
29</PreferenceScreen>