comparison res/xml/preferences.xml @ 232:83d633b281cb

remove unused update preference
author Carl Byington <carl@five-ten-sg.com>
date Wed, 09 Jul 2014 15:23:30 -0700
parents c6157535e180
children 35ed530366d9
comparison
equal deleted inserted replaced
231:502ba7668993 232:83d633b281cb
25 android:title="@string/pref_memkeys_title" 25 android:title="@string/pref_memkeys_title"
26 android:summary="@string/pref_memkeys_summary" 26 android:summary="@string/pref_memkeys_summary"
27 android:defaultValue="true" 27 android:defaultValue="true"
28 /> 28 />
29 29
30 <ListPreference
31 android:key="update"
32 android:title="@string/pref_update_title"
33 android:summary="@string/pref_update_summary"
34 android:entries="@array/list_update"
35 android:entryValues="@array/list_update_values"
36 android:defaultValue="Daily"
37 />
38
39 <CheckBoxPreference 30 <CheckBoxPreference
40 android:key="connPersist" 31 android:key="connPersist"
41 android:title="@string/pref_conn_persist_title" 32 android:title="@string/pref_conn_persist_title"
42 android:summary="@string/pref_conn_persist_summary" 33 android:summary="@string/pref_conn_persist_summary"
43 android:defaultValue="true" 34 android:defaultValue="true"