Navbar: Arrow keys while typing resurrection
Change-Id: I123c6a7652c2ac4cab3ca722d3be790baed92823 Signed-off-by: SagarMakhar <sagarmakhar@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -509,4 +509,6 @@
|
||||
<string name="navigation_bar_summary">Enable on-screen navigation keys</string>
|
||||
<string name="navigation_bar_layout_title">Layout</string>
|
||||
<string name="navigation_bar_layout_summary">Customize the layout of the navigation bar</string>
|
||||
<string name="navigation_bar_arrow_keys_title">Show arrow keys while typing</string>
|
||||
<string name="navigation_bar_arrow_keys_summary">Display left and right cursor buttons in navigation bar while typing</string>
|
||||
</resources>
|
||||
|
||||
@@ -235,5 +235,12 @@
|
||||
android:targetPackage="com.android.systemui"
|
||||
android:targetClass="com.android.systemui.tuner.NavbarActivity" />
|
||||
</Preference>
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="navigation_bar_menu_arrow_keys"
|
||||
android:title="@string/navigation_bar_arrow_keys_title"
|
||||
android:summary="@string/navigation_bar_arrow_keys_summary"
|
||||
android:dependency="force_show_navbar"
|
||||
android:defaultValue="false" />
|
||||
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user