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.
26 lines
1.2 KiB
XML
26 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:title="@string/EPr_labs_header"
|
|
android:summary="@string/EPr_labs_desc">
|
|
<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" />
|
|
<CheckBoxPreference
|
|
android:key="@string/p_use_contact_picker"
|
|
android:title="@string/EPr_use_contact_picker"/>
|
|
<CheckBoxPreference
|
|
android:key="@string/p_field_missed_calls"
|
|
android:title="@string/MCA_missed_calls_pref_title"/>
|
|
<CheckBoxPreference
|
|
android:key="@string/p_third_party_addons"
|
|
android:title="@string/EPr_third_party_addons" />
|
|
<CheckBoxPreference
|
|
android:key="@string/p_ideas_tab_enabled"
|
|
android:title="@string/EPr_ideas_tab_enabled"
|
|
android:summary="@string/EPr_ideas_tab_description" />
|
|
</PreferenceScreen>
|