diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-09-25 04:08:17 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-09-25 04:08:17 +0000 |
commit | b6ebcf1c4c4b849e581c95110c8eeb36926ac72d (patch) | |
tree | b925fe7adb9d1b7b99ab33d65dcd6df0f5fa1658 /app/src/main/res/xml/interface_preference.xml | |
parent | 73c4ead2c05609b20bd1a6cabb45f4fe61a9b042 (diff) | |
download | infinity-for-reddit-b6ebcf1c4c4b849e581c95110c8eeb36926ac72d.tar infinity-for-reddit-b6ebcf1c4c4b849e581c95110c8eeb36926ac72d.tar.gz infinity-for-reddit-b6ebcf1c4c4b849e581c95110c8eeb36926ac72d.tar.bz2 infinity-for-reddit-b6ebcf1c4c4b849e581c95110c8eeb36926ac72d.tar.lz infinity-for-reddit-b6ebcf1c4c4b849e581c95110c8eeb36926ac72d.tar.xz infinity-for-reddit-b6ebcf1c4c4b849e581c95110c8eeb36926ac72d.tar.zst infinity-for-reddit-b6ebcf1c4c4b849e581c95110c8eeb36926ac72d.zip |
Add options to customize bottom app bar.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/xml/interface_preference.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/res/xml/interface_preference.xml b/app/src/main/res/xml/interface_preference.xml index f898291c..0b767200 100644 --- a/app/src/main/res/xml/interface_preference.xml +++ b/app/src/main/res/xml/interface_preference.xml @@ -15,9 +15,14 @@ <Preference app:title="@string/settings_customize_tabs_in_main_page_title" - app:summary="@string/settings_customize_tabs_in_main_page_summary" + app:summary="@string/only_for_logged_in_user" app:fragment="ml.docilealligator.infinityforreddit.Settings.CustomizeMainPageTabsFragment" /> + <Preference + app:title="@string/settings_customize_bottom_app_bar_title" + app:summary="@string/only_for_logged_in_user" + app:fragment="ml.docilealligator.infinityforreddit.Settings.CustomizeBottomAppBarFragment" /> + <SwitchPreference app:defaultValue="false" app:key="bottom_app_bar" |