summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/xml/pref_extra_features.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/pref_extra_features.xml')
-rw-r--r--app/src/main/res/xml/pref_extra_features.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/src/main/res/xml/pref_extra_features.xml b/app/src/main/res/xml/pref_extra_features.xml
index 91d0a2637..26af2edf3 100644
--- a/app/src/main/res/xml/pref_extra_features.xml
+++ b/app/src/main/res/xml/pref_extra_features.xml
@@ -47,6 +47,12 @@
app:key="@string/SET_DISPLAY_REACTIONS"
app:singleLineTitle="false"
app:title="@string/set_display_reaction_indication" />
+ <SwitchPreferenceCompat
+ android:defaultValue="true"
+ app:iconSpaceReserved="false"
+ app:key="@string/SET_DISPLAY_LOCAL_ONLY"
+ app:singleLineTitle="false"
+ app:title="@string/set_display_local_only" />
</app.fedilab.android.helper.settings.LongSummaryPreferenceCategory>
<ListPreference
@@ -61,4 +67,15 @@
app:title="@string/set_post_format"
app:useSimpleSummaryProvider="true" />
+ <ListPreference
+ app:defaultValue="0"
+ app:dependency="@string/SET_EXTAND_EXTRA_FEATURES"
+ app:dialogTitle="@string/local_only"
+ app:entries="@array/set_local_only"
+ app:entryValues="@array/SET_LOCAL_ONLY"
+ app:iconSpaceReserved="false"
+ app:key="@string/SET_COMPOSE_LOCAL_ONLY"
+ app:title="@string/local_only"
+ app:useSimpleSummaryProvider="true" />
+
</androidx.preference.PreferenceScreen> \ No newline at end of file