do builddoc.sh - view http://nossl.ub0r.de/~f/websms/doc/ for results
[andGMXsms.git] / res / xml / connector_innosend_prefs.xml
blob1af5245f9e14638d882fd8adf1cecd8b1186161e
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_innosend">
21         <CheckBoxPreference android:key="enable_innosend"
22                 android:title="@string/enable_innosend" />
23         <EditTextPreference android:key="user_innosend"
24                 android:title="@string/user_innosend_" android:dialogTitle="@string/user_innosend_"
25                 android:inputType="textEmailAddress" android:dependency="enable_innosend" />
26         <EditTextPreference android:key="password_innosend"
27                 android:inputType="textPassword" android:title="@string/password_innosend_"
28                 android:dialogTitle="@string/password_innosend_" android:dependency="enable_innosend" />
29         <PreferenceScreen android:title="@string/create_account_"
30                 android:summary="@string/partner_innosend_hint">
31                 <intent android:action="android.intent.action.VIEW"
32                         android:data="@string/partner_innosend_url" />
33         </PreferenceScreen>
34 </PreferenceScreen>