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 | |
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 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/interface_preference.xml | 7 | ||||
-rw-r--r-- | app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml | 2 |
2 files changed, 7 insertions, 2 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" diff --git a/app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml b/app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml index cbaea03e..6626a523 100644 --- a/app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml +++ b/app/src/main/res/xml/number_of_columns_in_post_feed_preferences.xml @@ -3,7 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"> <Preference android:icon="@drawable/ic_info_preference_24dp" - app:summary="@string/settings_tab_info" + app:summary="@string/restart_app_see_changes" app:enabled="false" /> <ListPreference |