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.
tasks/res/xml/sync_preferences.xml

25 lines
759 B
XML

<?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">
<EditTextPreference
android:key="@string/p_sync_every"
android:title="@string/sync_every_title"
android:summary="@string/sync_every_desc" />
</PreferenceCategory>
</PreferenceScreen>