diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-09-16 03:58:42 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-09-16 03:58:42 +0000 |
commit | 350acdb5009c5fdca5c19727ede88bf123b44f6d (patch) | |
tree | 29a3c863777fb5723e9da71feebe4087344794d4 /app/src/main/res/xml/security_preferences.xml | |
parent | eb5cc7d7d41c1db8548fdcab52ce04d4d1a1439e (diff) | |
download | infinity-for-reddit-350acdb5009c5fdca5c19727ede88bf123b44f6d.tar infinity-for-reddit-350acdb5009c5fdca5c19727ede88bf123b44f6d.tar.gz infinity-for-reddit-350acdb5009c5fdca5c19727ede88bf123b44f6d.tar.bz2 infinity-for-reddit-350acdb5009c5fdca5c19727ede88bf123b44f6d.tar.lz infinity-for-reddit-350acdb5009c5fdca5c19727ede88bf123b44f6d.tar.xz infinity-for-reddit-350acdb5009c5fdca5c19727ede88bf123b44f6d.tar.zst infinity-for-reddit-350acdb5009c5fdca5c19727ede88bf123b44f6d.zip |
Add an option which is long press to hide toolbar in post compact layout. This option has crappy animation for now. Add another option to hide toolbar in post compact layout by default.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/xml/security_preferences.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/security_preferences.xml b/app/src/main/res/xml/security_preferences.xml index a7174faf..d43c2384 100644 --- a/app/src/main/res/xml/security_preferences.xml +++ b/app/src/main/res/xml/security_preferences.xml @@ -3,6 +3,6 @@ <SwitchPreference app:defaultValue="false" app:key="require_auth_to_account_section" - app:title="@string/settings_require_authentication_to_go_to_account_section_in_navigation_drawer" /> + app:title="@string/settings_require_authentication_to_go_to_account_section_in_navigation_drawer_title" /> </PreferenceScreen>
\ No newline at end of file |