Navbar: Add navbar layout custom

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>

Navbar: Add navbar layout preference

Change-Id: Id092c83daa490f29e04bc5b88e52508b1dc53f9c
Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>

Navbar: Add navbar arrow keys switch

Change-Id: I9e15f7737559b169e3f58d70999779a1e7109577
Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Alex
2022-03-27 11:37:53 +07:00
committed by Hưng Phan
parent 4d53fbb8d2
commit 9b1b715f48
4 changed files with 213 additions and 52 deletions

View File

@@ -591,10 +591,6 @@
<string name="button_timeout_title">Backlight timeout</string>
<string name="button_backlight_on_touch_only_title">Button backlight touch</string>
<string name="button_backlight_on_touch_only_summary">Button backlight will only appear when buttons are pressed rather than on all the time. Timeout still impacts this feature.</string>
<!-- Hardware keys -->
<string name="hardware_keys_category">Hardware navigation buttons</string>
<string name="hardware_keys_disable_title">Disable hardware buttons</string>
<!-- Screen off animation -->
<string name="screen_off_animation_title">Screen off animation</string>
@@ -722,4 +718,35 @@
<string name="system_black_theme_title">Use black theme</string>
<string name="system_black_theme_summary">Force black background colors</string>
<!-- Volume rocker gestures -->
<string name="volume_skiptrack_screen_title">Skip music tracks</string>
<!-- Navigation bar -->
<string name="navigation_title">Navigatie</string>
<string name="navigation_bar_category">Navigation bar</string>
<string name="navigation_bar_title">On-screen navigation bar</string>
<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>
<string name="navigation_bar_help_text">These settings mainly relate to the 3-button navigation bar. If you use gesture navigation and want to customize it, e.g. hide the gesture handle, please visit: Settings > System > Gestures.</string>
<string name="nav_bar_tuner_title">Navigation bar tuner</string>
<string name="nav_bar_tuner_summary">Change nav bar layout</string>
<string name="navbar_layout_title">Layout</string>
<string name="navbar_layout_normal">Normal</string>
<string name="navbar_layout_compact">Compact</string>
<string name="navbar_layout_leftleaning">Left-leaning</string>
<string name="navbar_layout_rightleaning">Right-leaning</string>
<string name="system_navigation_summary">Choose which system navigation style to use</string>
<!-- HW keys -->
<string name="hardware_keys_title">Buttons</string>
<string name="hardware_keys_category">Hardware navigation buttons</string>
<string name="hardware_keys_disable_title">Disable hardware buttons</string>
<string name="hardware_keys_disable_summary">Use the device hardware keys for navigation</string>
<!-- NavBar Inverse -->
<string name="navigation_bar_inverse_title">Invert 3 button navigation bar</string>
</resources>