~syslock/tomdroid/note-editing

« back to all changes in this revision

Viewing changes to res/xml/preferences.xml

  • Committer: Thomas Frenzel
  • Date: 2011-09-05 14:51:30 UTC
  • mfrom: (232.1.6 trunk)
  • Revision ID: syslock@gmx.de-20110905145130-8la78z561ccy3l8m
mergedĀ fromĀ main

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!-- 
 
3
 Tomdroid
 
4
 Tomboy on Android
 
5
 http://www.launchpad.net/tomdroid
 
6
 
 
7
 Copyright 2010, 2011 Olivier Bilodeau <olivier@bottomlesspit.org>
 
8
 
 
9
 This file is part of Tomdroid.
 
10
 
 
11
 Tomdroid is free software: you can redistribute it and/or modify
 
12
 it under the terms of the GNU General Public License as published by
 
13
 the Free Software Foundation, either version 3 of the License, or
 
14
 (at your option) any later version.
 
15
 
 
16
 Tomdroid is distributed in the hope that it will be useful,
 
17
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
18
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
19
 GNU General Public License for more details.
 
20
 
 
21
 You should have received a copy of the GNU General Public License
 
22
 along with Tomdroid.  If not, see <http://www.gnu.org/licenses/>.
 
23
-->
2
24
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
3
25
                                
4
26
        <PreferenceCategory android:title="@string/prefSync">
12
34
                                                        android:title="@string/prefSyncServer"
13
35
                                                        android:positiveButtonText="@string/prefAuthenticate"
14
36
                                                        android:shouldDisableView="true"/>
15
 
                                                        
 
37
        </PreferenceCategory>
 
38
        <PreferenceCategory android:title="@string/menuSearch">
 
39
                <Preference
 
40
                android:title="@string/clearSearchHistoryTitle"
 
41
                android:summary="@string/clearSearchHistory"
 
42
                android:key="clearSearchHistory" />
16
43
        </PreferenceCategory>
17
44
        
18
 
</PreferenceScreen>
 
 
b'\\ No newline at end of file'
 
45
</PreferenceScreen>