mirror of https://github.com/tasks/tasks
Added upgrade for RTM, got quick add box working better, other minor polishes
parent
3dddbd7e1d
commit
2662b5282b
@ -1,37 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<PreferenceScreen
|
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<PreferenceCategory
|
|
||||||
android:title="@string/sync_pref_group">
|
|
||||||
|
|
||||||
<CheckBoxPreference
|
|
||||||
android:key="@string/p_sync_rtm"
|
|
||||||
android:title="@string/sync_rtm_title"
|
|
||||||
android:summary="@string/sync_rtm_desc" />
|
|
||||||
|
|
||||||
</PreferenceCategory>
|
|
||||||
|
|
||||||
<PreferenceCategory
|
|
||||||
android:title="@string/sync_pref_group_options">
|
|
||||||
|
|
||||||
<ListPreference
|
|
||||||
android:key="@string/p_sync_interval"
|
|
||||||
android:entries="@array/sync_interval_entries"
|
|
||||||
android:entryValues="@array/sync_interval_values"
|
|
||||||
android:title="@string/sync_interval_title"
|
|
||||||
android:summary="@string/sync_interval_desc" />
|
|
||||||
|
|
||||||
<CheckBoxPreference
|
|
||||||
android:key="@string/p_sync_button"
|
|
||||||
android:title="@string/sync_button_title"
|
|
||||||
android:summary="@string/sync_button_desc" />
|
|
||||||
|
|
||||||
<CheckBoxPreference
|
|
||||||
android:key="@string/p_sync_quiet"
|
|
||||||
android:title="@string/sync_quiet_title"
|
|
||||||
android:summary="@string/sync_quiet_desc" />
|
|
||||||
|
|
||||||
</PreferenceCategory>
|
|
||||||
|
|
||||||
</PreferenceScreen>
|
|
Loading…
Reference in New Issue