2016-10-25 17:04:32 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
2016-11-06 16:23:18 +01:00
|
|
|
|
|
|
|
<!-- Logging -->
|
2016-10-26 16:23:14 +02:00
|
|
|
<com.github.dfa.diaspora_android.ui.theme.ThemedPreferenceCategory
|
2016-10-25 17:04:32 +02:00
|
|
|
android:key="@string/pref_key__title__debugging"
|
|
|
|
android:title="@string/pref_title__sub_logging">
|
|
|
|
|
2016-10-26 16:23:14 +02:00
|
|
|
<com.github.dfa.diaspora_android.ui.theme.ThemedCheckBoxPreference
|
2016-11-04 03:08:59 +01:00
|
|
|
android:defaultValue="false"
|
2016-10-25 17:04:32 +02:00
|
|
|
android:key="@string/pref_key__logging_enabled"
|
|
|
|
android:title="@string/pref_title__logging_enabled"/>
|
2016-10-26 16:23:14 +02:00
|
|
|
<com.github.dfa.diaspora_android.ui.theme.ThemedCheckBoxPreference
|
2016-10-25 23:04:16 +02:00
|
|
|
android:defaultValue="false"
|
2016-10-25 17:04:32 +02:00
|
|
|
android:key="@string/pref_key__logging_spam_enabled"
|
2016-10-28 19:19:48 +02:00
|
|
|
android:title="@string/pref_title__logging_spam_enabled"
|
|
|
|
android:dependency="@string/pref_key__logging_enabled"/>
|
2016-10-26 16:23:14 +02:00
|
|
|
</com.github.dfa.diaspora_android.ui.theme.ThemedPreferenceCategory>
|
2016-11-06 16:23:18 +01:00
|
|
|
|
|
|
|
|
|
|
|
<!-- Miscellaneous -->
|
|
|
|
<com.github.dfa.diaspora_android.ui.theme.ThemedPreferenceCategory
|
|
|
|
android:title="@string/pref_title__sub_miscelaneous">
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_key__wipe_settings"
|
|
|
|
android:title="@string/pref_title__wipe_settings"
|
|
|
|
android:summary="@string/pref_desc__wipe_settings" />
|
|
|
|
|
|
|
|
</com.github.dfa.diaspora_android.ui.theme.ThemedPreferenceCategory>
|
2016-10-25 17:04:32 +02:00
|
|
|
</PreferenceScreen>
|