From 4220338374157a953f063897a24d93d2d926c331 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 12 Sep 2022 09:18:42 +0200 Subject: [PATCH] prepare settings --- app/src/main/res/values/strings.xml | 6 ++++++ app/src/main/res/xml/pref_interface.xml | 17 +++++++++++++++++ 2 files changed, 23 insertions(+) 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"> + + + + +