summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/xml/pref_interface.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/pref_interface.xml')
-rw-r--r--app/src/main/res/xml/pref_interface.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/src/main/res/xml/pref_interface.xml b/app/src/main/res/xml/pref_interface.xml
index 55b5f58ec..da7f64c32 100644
--- a/app/src/main/res/xml/pref_interface.xml
+++ b/app/src/main/res/xml/pref_interface.xml
@@ -28,6 +28,14 @@
app:summary="@string/set_remove_left_margin"
app:title="@string/set_remove_left_margin_title" />
+ <SwitchPreferenceCompat
+ app:defaultValue="false"
+ app:iconSpaceReserved="false"
+ app:key="@string/SET_PROFILE_REMOTELY"
+ app:singleLineTitle="false"
+ app:summary="@string/set_remote_profile"
+ app:title="@string/set_remote_profile_title" />
+
<SwitchPreferenceCompat
app:defaultValue="true"
@@ -46,6 +54,14 @@
app:title="@string/set_display_counters" />
<SwitchPreferenceCompat
+ app:defaultValue="false"
+ app:iconSpaceReserved="false"
+ app:key="@string/SET_DISPLAY_COMPACT_ACTION_BUTTON"
+ app:singleLineTitle="false"
+ app:summary="@string/set_display_compact_buttons_description"
+ app:title="@string/set_display_compact_buttons" />
+
+ <SwitchPreferenceCompat
app:defaultValue="true"
app:iconSpaceReserved="false"
app:key="@string/SET_USE_CACHE"