diff options
Diffstat (limited to 'res/xml/dev_pref.xml')
| -rw-r--r-- | res/xml/dev_pref.xml | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/res/xml/dev_pref.xml b/res/xml/dev_pref.xml deleted file mode 100644 index d0610cf..0000000 --- a/res/xml/dev_pref.xml +++ /dev/null @@ -1,68 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2009 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" - android:title="@string/dev_pref_title"> - <Preference - android:key="call_status" - android:title="@string/call_status_title" - /> - - <EditTextPreference - android:key="peer" - android:title="@string/peer_title" - android:defaultValue="@string/peer_summary" - android:summary="@string/peer_summary" - android:dialogTitle="@string/peer_title" - android:singleLine="true"/> - - <EditTextPreference - android:key="server_address" - android:title="@string/server_address_title" - android:defaultValue="@string/server_address_summary" - android:summary="@string/server_address_summary" - android:dialogTitle="@string/server_address_title" - android:singleLine="true"/> - - <EditTextPreference - android:key="password" - android:title="@string/password_title" - android:summary="@string/password_summary" - android:dialogTitle="@string/password_title" - android:password="true" - android:singleLine="true"/> - - <EditTextPreference - android:key="display_name" - android:title="@string/display_name_title" - android:defaultValue="@string/display_name_summary" - android:summary="@string/display_name_summary" - android:dialogTitle="@string/display_name_title" - android:singleLine="true"/> - - <EditTextPreference - android:key="proxy_address" - android:title="@string/proxy_address_title" - android:defaultValue="@string/proxy_address_summary" - android:summary="@string/proxy_address_summary" - android:dialogTitle="@string/proxy_address_title" - android:singleLine="true"/> - - <Preference - android:key="my_ip" - android:title="@string/my_ip_title" - /> -</PreferenceScreen> |
