Statistics
| Branch: | Tag: | Revision:

notecipher / app / res / xml / settings.xml @ 61b66389

History | View | Annotate | Download (911 Bytes)

1
<?xml version="1.0" encoding="utf-8"?>
2
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
3
        <PreferenceCategory
4
                android:title="@string/general_settings" >
5
                         <Preference 
6
                                android:key="cacheword_timeout"
7
                                android:title="@string/change_timeout_prompt_title" />
8
                         <CheckBoxPreference
9
                                android:key="use_lines_in_notes"
10
                                android:title="@string/use_lines_in_notes"
11
                                android:summary="@string/use_lines_in_notes_summ"
12
                                android:defaultValue="@bool/notecipher_uselines_default" />
13
                         <CheckBoxPreference
14
                                android:key="cacheword_vibrate"
15
                                android:title="@string/vibrate_when_unlocked"
16
                                android:summary="@string/vibrate_when_unlocked_summ"
17
                                android:defaultValue="@bool/cacheword_vibrate_default" />
18
        </PreferenceCategory>
19
</PreferenceScreen>