diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 8b7c1b413..dac70c019 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -872,6 +872,8 @@
SET_LONG_PRESS_STORE_MEDIA
SET_UNFOLLOW_VALIDATION
+ SET_USE_SINGLE_TOPBAR
+ SET_TIMELINES_IN_A_LIST
SET_DISPLAY_ADMIN_STATUSES
SET_LED_COLOUR_VAL
SET_SHOW_BOOSTS
@@ -1440,4 +1442,8 @@
Permission not granted!
Load exported settings
Push distributor
+ Single action bar
+ When enabled, the app will only have a single bar for timelines
+ Timelines in a list
+ When enabled, all pinned timelines will be displayed in a drop-down menu
diff --git a/app/src/main/res/xml/pref_interface.xml b/app/src/main/res/xml/pref_interface.xml
index db475113c..bd551b418 100644
--- a/app/src/main/res/xml/pref_interface.xml
+++ b/app/src/main/res/xml/pref_interface.xml
@@ -3,6 +3,23 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
+
+
+
+
+