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/astrid/res/xml/preferences_producteev.xml

43 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:title="@string/rmilk_MPr_group_status">
<Preference
android:layout="@layout/status_preference"
android:key="@string/rmilk_MPr_status_key"
android:textSize="24sp"
android:gravity="center"/>
</PreferenceCategory>
<PreferenceCategory
android:title="@string/rmilk_MPr_group_options">
<ListPreference
android:key="@string/producteev_PPr_interval_key"
android:entries="@array/rmilk_MPr_interval_entries"
android:entryValues="@array/rmilk_MPr_interval_values"
android:title="@string/rmilk_MPr_interval_title" />
<ListPreference
android:key="@string/producteev_PPr_defaultdash_key"
android:title="@string/producteev_PPr_defaultdash_title" />
</PreferenceCategory>
<PreferenceCategory
android:title="@string/rmilk_MPr_group_actions">
<Preference
android:key="@string/rmilk_MPr_sync_key"
android:title="@string/rmilk_MPr_sync" />
<Preference
android:key="@string/rmilk_MPr_forget_key"
android:title="@string/rmilk_MPr_forget"
android:summary="@string/rmilk_MPr_forget_description" />
</PreferenceCategory>
</PreferenceScreen>