move connectors
[andGMXsms.git] / connectors / sloono / res / xml / connector_sloono_prefs.xml
blobbb145a508b30b400807daadbeb4f186469f89e79
1 <?xml version="1.0" encoding="utf-8"?>
2         <!--
3                 Copyright (C) 2010 Felix Bechstein
4         -->
5         <!--
6                 This file is part of WebSMS. This program is free software; you can
7                 redistribute it and/or modify it under the terms of the GNU General
8                 Public License as published by the Free Software Foundation; either
9                 version 3 of the License, or (at your option) any later version.
10         -->
11         <!--
12                 This program is distributed in the hope that it will be useful, but
13                 WITHOUT ANY WARRANTY; without even the implied warranty of
14                 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15                 General Public License for more details. You should have received a
16                 copy of the GNU General Public License along with this program; If
17                 not, see <http://www.gnu.org/licenses/>.
18         -->
19 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
20         android:title="@string/settings_sloono">
21         <CheckBoxPreference android:key="enable_sloono"
22                 android:title="@string/enable_sloono" />
23         <EditTextPreference android:key="user_sloono"
24                 android:title="@string/user_sloono_" android:dialogTitle="@string/user_sloono_"
25                 android:inputType="textEmailAddress" android:dependency="enable_sloono" />
26         <EditTextPreference android:key="password_sloono"
27                 android:inputType="textPassword" android:title="@string/password_sloono_"
28                 android:dialogTitle="@string/password_sloono_" android:dependency="enable_sloono" />
29         <PreferenceScreen android:title="@string/create_account_"
30                 android:summary="@string/partner_sloono_hint">
31                 <intent android:action="android.intent.action.VIEW"
32                         android:data="@string/partner_sloono_url" />
33         </PreferenceScreen>
34 </PreferenceScreen>