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.
118 lines
5.0 KiB
XML
118 lines
5.0 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_title">
|
|
|
|
<PreferenceScreen android:title="@string/EPr_account_title"
|
|
android:key="@string/p_account"
|
|
android:summary="@string/actfm_account_info_summary"/>
|
|
|
|
<PreferenceScreen android:title="@string/p_help" android:summary="@string/EPr_support_summary">
|
|
<PreferenceScreen android:title="@string/p_about" android:key="@string/p_about" />
|
|
<PreferenceScreen android:title="@string/welcome_setting" android:key="@string/p_tutorial"/>
|
|
<PreferenceScreen android:title="@string/EPr_faq_title" android:key="@string/p_help"/>
|
|
</PreferenceScreen>
|
|
|
|
<PreferenceScreen
|
|
android:title="@string/EPr_appearance_header"
|
|
android:summary="@string/EPr_appearance_summary">
|
|
|
|
<PreferenceScreen android:title="@string/EPr_taskRowPrefs_title" android:key="@string/p_taskRowPrefs">
|
|
|
|
<com.todoroo.astrid.ui.MultilineListPreference
|
|
android:key="@string/p_fontSize"
|
|
android:entries="@array/EPr_font_size"
|
|
android:entryValues="@array/EPr_font_size"
|
|
android:title="@string/EPr_fontSize_title"
|
|
android:summary="@string/EPr_fontSize_desc" />
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
android:key="@string/p_fullTaskTitle"
|
|
android:title="@string/EPr_fullTask_title"
|
|
android:defaultValue="false" />
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
android:key="@string/p_showNotes"
|
|
android:title="@string/EPr_showNotes_title"
|
|
android:defaultValue="false" />
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
android:key="@string/p_allowCompressedTaskRows"
|
|
android:title="@string/EPr_compressTaskRows_title"
|
|
android:summary="@string/EPr_compressTaskRows_desc"
|
|
android:defaultValue="false" />
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
android:key="@string/p_useLegacyImportanceStyle"
|
|
android:title="@string/EPr_userLegacyImportance_title"
|
|
android:summary="@string/EPr_userLegacyImportance_desc"
|
|
android:defaultValue="false"/>
|
|
|
|
</PreferenceScreen>
|
|
|
|
<PreferenceScreen android:title="@string/EPr_beastMode_title"
|
|
android:key="@string/p_beastMode"/>
|
|
|
|
<com.todoroo.astrid.ui.MultilineListPreference
|
|
android:key="@string/p_theme"
|
|
android:entries="@array/EPr_themes"
|
|
android:entryValues="@array/EPr_theme_settings"
|
|
android:title="@string/EPr_theme_title" />
|
|
|
|
<com.todoroo.astrid.ui.MultilineListPreference
|
|
android:key="@string/p_theme_widget"
|
|
android:entries="@array/EPr_themes_widget"
|
|
android:entryValues="@array/EPr_theme_widget_settings"
|
|
android:title="@string/EPr_theme_widget_title" />
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
android:key="@string/p_showSmartConfirmation_key"
|
|
android:title="@string/EPr_showSmartConfirmation_title"
|
|
android:defaultValue="true"/>
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
android:key="@string/p_autoIdea"
|
|
android:title="@string/EPr_ideaAuto_title"
|
|
android:defaultValue="true" />
|
|
|
|
<CheckBoxPreference
|
|
android:title="@string/EPr_force_phone_layout"
|
|
android:key="@string/p_force_phone_layout"
|
|
android:defaultValue="false"/>
|
|
|
|
<CheckBoxPreference
|
|
android:title="@string/EPr_show_featured_lists"
|
|
android:key="@string/p_show_featured_lists_labs"
|
|
android:defaultValue="false"/>
|
|
|
|
<CheckBoxPreference
|
|
android:key="@string/p_use_contact_picker"
|
|
android:title="@string/EPr_use_contact_picker"/>
|
|
|
|
<ListPreference
|
|
android:key="@string/p_swipe_lists_performance_key"
|
|
android:title="@string/EPr_swipe_lists_performance_title"
|
|
android:entries="@array/EPr_swipe_lists_performance_mode"
|
|
android:entryValues="@array/EPr_swipe_lists_performance_mode_values"
|
|
android:summary="@string/EPr_swipe_lists_performance_subtitle" />
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
android:key="@string/p_voiceInputEnabled"
|
|
android:title="@string/EPr_voiceInputEnabled_title"
|
|
android:defaultValue="true" />
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
android:key="@string/p_voiceInputCreatesTask"
|
|
android:title="@string/EPr_voiceInputCreatesTask_title"
|
|
android:dependency="@string/p_voiceInputEnabled"
|
|
android:defaultValue="false" />
|
|
|
|
</PreferenceScreen>
|
|
|
|
</PreferenceScreen>
|