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

Commit 9f47c0b6 authored by Michael W's avatar Michael W
Browse files

LineageParts: Buttons: Add a summary for layout inversion

* Without the summary it might be unclear that also stuff like the IME
  switcher are affected (and for edge to edge navigation, switching
  does not show an immediate effect)

Change-Id: Ib42716634550c21394e40d884be44343d1cb1ef5
parent d86541b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -234,6 +234,7 @@
    <!-- Navigation Bar -->
    <string name="navigation_bar_category">Navigation bar</string>
    <string name="navigation_bar_invert_layout_title">Invert layout</string>
    <string name="navigation_bar_invert_layout_summary">Inverts the layout of the navigation bar and other items, such as the IME switcher</string>
    <string name="navigation_bar_left_summary">Place the navigation bar on the left side of the screen in landscape mode</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 while typing. Overrides IME switcher.</string>
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@
        <lineageos.preference.SecureSettingSwitchPreference
                android:key="sysui_nav_bar_inverse"
                android:title="@string/navigation_bar_invert_layout_title"
                android:summary="@string/navigation_bar_invert_layout_summary"
                android:defaultValue="false" />

        <ListPreference