glaznev@webrtc.org | 243eb8e | 2014-10-27 17:22:15 +0000 | [diff] [blame^] | 1 | <?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" |
| 6 | android:summary="@string/pref_url_summary" |
| 7 | android:defaultValue="@string/pref_url_default" |
| 8 | android:inputType="textWebEmailAddress" |
| 9 | android:dialogTitle="@string/pref_url_dlg" /> |
| 10 | <ListPreference |
| 11 | android:key="@string/pref_resolution_key" |
| 12 | android:title="@string/pref_resolution_title" |
| 13 | android:summary="@string/pref_resolution_summary" |
| 14 | android:defaultValue="@string/pref_resolution_default" |
| 15 | android:dialogTitle="@string/pref_resolution_dlg" |
| 16 | android:entries="@array/videoResolutions" |
| 17 | android:entryValues="@array/videoResolutionsValues" /> |
| 18 | </PreferenceScreen> |