Allow to hide arrow for back gesture [2/2]

* Strings moved to crDroid Settings.

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
Pranav Vashi
2022-04-22 19:57:42 +05:30
committed by Joey
parent 7340e8ed75
commit b3919c08fa
2 changed files with 10 additions and 0 deletions

View File

@@ -254,4 +254,8 @@
<string name="back_height_high_label">Bottom</string>
<string name="back_height_title">Back gesture height</string>
<string name="back_height_summary">Screen height valid for back gesture</string>
<!-- Back gesture animation -->
<string name="back_gesture_arrow_title">Back gesture animation</string>
<string name="back_gesture_arrow_summary">Show an animated arrow for back gesture</string>
</resources>

View File

@@ -29,6 +29,12 @@
android:summary="@string/show_navbar_hint_summary"
android:defaultValue="true" />
<org.evolution.settings.preferences.SecureSettingSwitchPreference
android:key="back_gesture_arrow"
android:title="@string/back_gesture_arrow_title"
android:summary="@string/back_gesture_arrow_summary"
android:defaultValue="true" />
<com.android.settings.widget.LabeledSeekBarPreference
android:key="gesture_back_height"
android:title="@string/back_height_title"