gesture: allow hiding navigation ime bar [2/2]

Change-Id: I8666f0cb265e3bf698bd45dcea0bab2c9d6c185f
This commit is contained in:
rmp22
2025-05-20 09:01:33 +08:00
committed by Joey
parent 01ae2271c9
commit e7dc414869
2 changed files with 10 additions and 0 deletions

View File

@@ -399,4 +399,8 @@
<string name="power_off_verify_footer">Power off verification protects your device by preventing others from turning it off immediately after it\'s lost, increasing the chances of recovery. You only need to enter your lock screen password when powering off or restarting the phone from the lock screen.</string>
<string name="power_off_verify_summary">When your device is locked, you\'ll need to use your password to power off or restart.</string>
<string name="power_off_verify_title">Power off verify</string>
<!-- IME button space -->
<string name="show_ime_space_title">Show IME button space</string>
<string name="show_ime_space_summary">Enable the input method quick switch feature to switch input methods or hide the on-screen keyboard from the feature bar at the bottom of the screen when typing</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="sysui_show_nav_bar_ime"
android:title="@string/show_ime_space_title"
android:summary="@string/show_ime_space_summary"
android:defaultValue="true" />
<org.evolution.settings.preferences.SecureSettingSwitchPreference
android:key="back_gesture_arrow"
android:title="@string/back_gesture_arrow_title"