aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/interface_preference.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-05-13 04:51:44 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-05-13 04:51:44 +0000
commitcf4395ed5c972453c225d72c436e189f362656b4 (patch)
treebb095b0a76bb2b6ee126828bd0b32b40a763c271 /app/src/main/res/xml/interface_preference.xml
parent8533a2bcca554e5e9603bbd846b6cde8e41e1084 (diff)
downloadinfinity-for-reddit-cf4395ed5c972453c225d72c436e189f362656b4.tar
infinity-for-reddit-cf4395ed5c972453c225d72c436e189f362656b4.tar.gz
infinity-for-reddit-cf4395ed5c972453c225d72c436e189f362656b4.tar.bz2
infinity-for-reddit-cf4395ed5c972453c225d72c436e189f362656b4.tar.lz
infinity-for-reddit-cf4395ed5c972453c225d72c436e189f362656b4.tar.xz
infinity-for-reddit-cf4395ed5c972453c225d72c436e189f362656b4.tar.zst
infinity-for-reddit-cf4395ed5c972453c225d72c436e189f362656b4.zip
Customize tabs in main page for logged-in users.
Diffstat (limited to '')
-rw-r--r--app/src/main/res/xml/interface_preference.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/interface_preference.xml b/app/src/main/res/xml/interface_preference.xml
index 8b67a3bc..58de9ef4 100644
--- a/app/src/main/res/xml/interface_preference.xml
+++ b/app/src/main/res/xml/interface_preference.xml
@@ -20,6 +20,11 @@
app:summary="@string/settings_immersive_interface_ignore_nav_bar_summary"
app:isPreferenceVisible="false" />
+ <Preference
+ app:title="@string/settings_customize_tabs_in_main_page_title"
+ app:summary="@string/settings_customize_tabs_in_main_page_summary"
+ app:fragment="ml.docilealligator.infinityforreddit.Settings.CustomizeMainPageTabsFragment" />
+
<SwitchPreference
app:defaultValue="false"
app:key="bottom_app_bar"