diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-07-14 11:43:26 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-07-14 11:43:26 +0000 |
commit | 19c2d0b9794b1b045a2015769567e6ddf6a5fbfe (patch) | |
tree | c59ea04afbafe443d64a4200400d351043ba5227 /app/src/main/res/xml | |
parent | 8320a7509c2bed9897be6caa0cad1efb23152b38 (diff) | |
download | infinity-for-reddit-19c2d0b9794b1b045a2015769567e6ddf6a5fbfe.tar infinity-for-reddit-19c2d0b9794b1b045a2015769567e6ddf6a5fbfe.tar.gz infinity-for-reddit-19c2d0b9794b1b045a2015769567e6ddf6a5fbfe.tar.bz2 infinity-for-reddit-19c2d0b9794b1b045a2015769567e6ddf6a5fbfe.tar.lz infinity-for-reddit-19c2d0b9794b1b045a2015769567e6ddf6a5fbfe.tar.xz infinity-for-reddit-19c2d0b9794b1b045a2015769567e6ddf6a5fbfe.tar.zst infinity-for-reddit-19c2d0b9794b1b045a2015769567e6ddf6a5fbfe.zip |
Disable swipe right to go back in some Activities. Rename 'Swipe Right to Go Back From Comments' to 'Swipe Right to Go Back'.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/gestures_and_buttons_preference.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/xml/gestures_and_buttons_preference.xml b/app/src/main/res/xml/gestures_and_buttons_preference.xml index 8cd307e0..7a279247 100644 --- a/app/src/main/res/xml/gestures_and_buttons_preference.xml +++ b/app/src/main/res/xml/gestures_and_buttons_preference.xml @@ -4,7 +4,8 @@ <SwitchPreference app:defaultValue="true" app:key="swipe_to_go_back_from_post_detail" - app:title="@string/settings_swipe_to_go_back_from_post_detail_title" /> + app:title="@string/settings_swipe_to_go_back_title" + app:summary="@string/settings_swipe_to_go_back_summary" /> <SwitchPreference app:defaultValue="false" |