Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit b6a9c27e authored by Jesse Chan's avatar Jesse Chan Committed by Michael Bestas
Browse files

Settings: Implement hide gestural navigation hint bar [2/5]



Change-Id: I14dd73414c9f7ee1b01f315c9eeae0fd3ac4f859
Signed-off-by: default avatarJesse Chan <jc@lineageos.org>
parent c3a86c85
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -40,4 +40,8 @@
    <!-- Hotspot lineage extras -->
    <string name="tethering_allow_vpn_upstreams_title">Allow clients to use VPNs</string>
    <string name="tethering_allow_vpn_upstreams_summary">Permit hotspot clients to use this device\u2019s VPN connections for upstream connectivity</string>

    <!-- Navigation bar hint -->
    <string name="show_navbar_hint_title">Navigation hint</string>
    <string name="show_navbar_hint_summary">Show navigation hint bar at the bottom of the screen</string>
</resources>
+6 −0
Original line number Diff line number Diff line
@@ -23,6 +23,12 @@
    android:title="@string/gesture_settings_activity_title"
    settings:keywords="@string/keywords_gesture_navigation_settings">

    <lineageos.preference.LineageSystemSettingSwitchPreference
        android:key="navigation_bar_hint"
        android:title="@string/show_navbar_hint_title"
        android:summary="@string/show_navbar_hint_summary"
        android:defaultValue="true" />

    <PreferenceCategory
        android:key="assistant_gesture_category"
        android:persistent="false"