From 350acdb5009c5fdca5c19727ede88bf123b44f6d Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 16 Sep 2020 11:58:42 +0800 Subject: 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. --- app/src/main/res/xml/interface_preference.xml | 10 ++++++++++ app/src/main/res/xml/security_preferences.xml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/xml') diff --git a/app/src/main/res/xml/interface_preference.xml b/app/src/main/res/xml/interface_preference.xml index 0fcd1977..f898291c 100644 --- a/app/src/main/res/xml/interface_preference.xml +++ b/app/src/main/res/xml/interface_preference.xml @@ -62,6 +62,16 @@ app:key="show_thumbnail_on_the_left_in_compact_layout" app:title="@string/settings_show_thumbnail_on_the_left_in_compact_layout" /> + + + + 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 @@ + app:title="@string/settings_require_authentication_to_go_to_account_section_in_navigation_drawer_title" /> \ No newline at end of file -- cgit v1.2.3