mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.4 KiB
XML
36 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
**
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
-->
|
|
<PreferenceScreen
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:title="@string/EPr_manage_header">
|
|
|
|
<com.todoroo.astrid.ui.MultilinePreference
|
|
android:title="@string/EPr_manage_delete_completed"
|
|
android:key="@string/EPr_manage_delete_completed"
|
|
android:summary="@string/EPr_manage_delete_completed_summary"/>
|
|
|
|
<com.todoroo.astrid.ui.MultilinePreference
|
|
android:title="@string/EPr_manage_purge_deleted"
|
|
android:key="@string/EPr_manage_purge_deleted"
|
|
android:summary="@string/EPr_manage_purge_deleted_summary"/>
|
|
|
|
<com.todoroo.astrid.ui.MultilinePreference
|
|
android:title="@string/EPr_manage_delete_completed_gcal"
|
|
android:key="@string/EPr_manage_delete_completed_gcal"
|
|
android:summary="@string/EPr_manage_delete_completed_gcal_summary"/>
|
|
|
|
<com.todoroo.astrid.ui.MultilinePreference
|
|
android:title="@string/EPr_manage_delete_all_gcal"
|
|
android:key="@string/EPr_manage_delete_all_gcal"
|
|
android:summary="@string/EPr_manage_delete_all_gcal_summary"/>
|
|
|
|
<Preference
|
|
android:title="@string/EPr_manage_clear_all"
|
|
android:key="@string/EPr_manage_clear_all" />
|
|
|
|
</PreferenceScreen>
|