mirror of
https://github.com/gsantner/dandelion
synced 2024-11-16 01:12:08 +01:00
16 lines
No EOL
888 B
XML
16 lines
No EOL
888 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<com.github.dfa.diaspora_android.ui.theme.ThemedPreferenceCategory
|
|
android:key="@string/pref_key__title__debugging"
|
|
android:title="@string/pref_title__sub_logging">
|
|
|
|
<com.github.dfa.diaspora_android.ui.theme.ThemedCheckBoxPreference
|
|
android:defaultValue="true"
|
|
android:key="@string/pref_key__logging_enabled"
|
|
android:title="@string/pref_title__logging_enabled"/>
|
|
<com.github.dfa.diaspora_android.ui.theme.ThemedCheckBoxPreference
|
|
android:defaultValue="false"
|
|
android:key="@string/pref_key__logging_spam_enabled"
|
|
android:title="@string/pref_title__logging_spam_enabled"/>
|
|
</com.github.dfa.diaspora_android.ui.theme.ThemedPreferenceCategory>
|
|
</PreferenceScreen> |