From b3919c08fa72a509ca7d7fd255de450eee312d75 Mon Sep 17 00:00:00 2001 From: Pranav Vashi Date: Fri, 22 Apr 2022 19:57:42 +0530 Subject: [PATCH] Allow to hide arrow for back gesture [2/2] * Strings moved to crDroid Settings. Signed-off-by: Pranav Vashi --- res/values/evolution_strings.xml | 4 ++++ res/xml/gesture_navigation_settings.xml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/res/values/evolution_strings.xml b/res/values/evolution_strings.xml index e3cd0e3f944..6b4f04241c4 100644 --- a/res/values/evolution_strings.xml +++ b/res/values/evolution_strings.xml @@ -254,4 +254,8 @@ Bottom Back gesture height Screen height valid for back gesture + + + Back gesture animation + Show an animated arrow for back gesture diff --git a/res/xml/gesture_navigation_settings.xml b/res/xml/gesture_navigation_settings.xml index a692822c24d..09965a45945 100644 --- a/res/xml/gesture_navigation_settings.xml +++ b/res/xml/gesture_navigation_settings.xml @@ -29,6 +29,12 @@ android:summary="@string/show_navbar_hint_summary" android:defaultValue="true" /> + +