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.
25 lines
891 B
XML
25 lines
891 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:title="@string/EPr_title">
|
|
|
|
<PreferenceCategory
|
|
android:title="@string/EPr_appearance_header">
|
|
<ListPreference
|
|
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" />
|
|
</PreferenceCategory>
|
|
|
|
<!-- PreferenceCategory
|
|
android:title="@string/prefs_category_other">
|
|
<CheckBoxPreference
|
|
android:key="@string/p_backup"
|
|
android:title="@string/prefs_backup_title"
|
|
android:summary="@string/prefs_backup_desc"
|
|
android:defaultValue="true" /> -->
|
|
|
|
</PreferenceScreen>
|