summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/xml/pref_categories.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/pref_categories.xml')
-rw-r--r--app/src/main/res/xml/pref_categories.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/xml/pref_categories.xml b/app/src/main/res/xml/pref_categories.xml
index 3d2669c56..826f560c5 100644
--- a/app/src/main/res/xml/pref_categories.xml
+++ b/app/src/main/res/xml/pref_categories.xml
@@ -73,6 +73,13 @@
<Preference
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:title="@string/set_extand_extra_features_title"
+ app:icon="@drawable/ic_baseline_extension_24"
+ app:key="@string/pref_category_key_extra_features" />
+
+ <Preference
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
android:title="@string/export_settings"
app:icon="@drawable/ic_baseline_keyboard_arrow_down_24"
app:key="@string/pref_export_settings" />