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:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user