Moved the statistics preference back where it should be underneath the ppack

pull/14/head
Sam Bosley 13 years ago
parent 8a023f9409
commit 763e36045d

@ -34,10 +34,6 @@
android:title="@string/EPr_theme_title" />
</PreferenceCategory>
<com.todoroo.astrid.ui.MultilineCheckboxPreference
android:key="@string/p_statistics"
android:title="@string/EPr_statistics_title"
android:defaultValue="true" />
<PreferenceCategory
android:title="@string/EPr_powerpack_header">
@ -59,6 +55,11 @@
android:defaultValue="false" />
</PreferenceScreen>
<com.todoroo.astrid.ui.MultilineCheckboxPreference
android:key="@string/p_statistics"
android:title="@string/EPr_statistics_title"
android:defaultValue="true" />
</PreferenceCategory>

Loading…
Cancel
Save