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.
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
android:title="@string/sync_SPr_group_status">
|
|
|
|
|
|
|
|
<com.todoroo.astrid.ui.MultilinePreference
|
|
|
|
android:layout="@layout/status_preference"
|
|
|
|
android:key="@string/sync_SPr_status_key"
|
|
|
|
android:textSize="24sp"
|
|
|
|
android:gravity="center"/>
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
android:title="@string/sync_SPr_group_options">
|
|
|
|
|
|
|
|
<com.todoroo.astrid.ui.MultilineListPreference
|
|
|
|
android:key="@string/rmilk_MPr_interval_key"
|
|
|
|
android:entries="@array/sync_SPr_interval_entries"
|
|
|
|
android:entryValues="@array/sync_SPr_interval_values"
|
|
|
|
android:title="@string/sync_SPr_interval_title" />
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
android:title="@string/sync_SPr_group_actions">
|
|
|
|
|
|
|
|
<com.todoroo.astrid.ui.MultilinePreference
|
|
|
|
android:key="@string/sync_SPr_sync_key"
|
|
|
|
android:title="@string/sync_SPr_sync" />
|
|
|
|
|
|
|
|
<com.todoroo.astrid.ui.MultilinePreference
|
|
|
|
android:key="@string/sync_SPr_forget_key"
|
|
|
|
android:title="@string/sync_SPr_forget"
|
|
|
|
android:summary="@string/sync_SPr_forget_description" />
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
</PreferenceScreen>
|