do builddoc.sh - view http://nossl.ub0r.de/~f/websms/doc/ for results
[andGMXsms.git] / res / xml / connector_cherrysms_prefs.xml
blob48d9cd7b7ac8eee3349ccdaf4de28014dfe2e3c3
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_cherrysms">
21         <CheckBoxPreference android:key="enable_cherrysms"
22                 android:title="@string/enable_cherrysms" />
23         <EditTextPreference android:key="password_cherrysms"
24                 android:inputType="textPassword" android:title="@string/password_cherrysms_"
25                 android:dialogTitle="@string/password_cherrysms_" android:dependency="enable_cherrysms" />
26         <PreferenceScreen android:title="@string/create_account_"
27                 android:summary="@string/partner_cherrysms_hint">
28                 <intent android:action="android.intent.action.VIEW"
29                         android:data="@string/partner_cherrysms_url" />
30         </PreferenceScreen>
31 </PreferenceScreen>