aboutsummaryrefslogtreecommitdiff
path: root/overlay-lineage
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2019-09-23 20:52:18 +0200
committerDavide Garberi <dade.garberi@gmail.com>2019-11-05 22:19:31 +0100
commit8512698c2492f6dad52be5e513a425588e9edc4a (patch)
tree4335b1cd570231311cbc0e915b7090282835308a /overlay-lineage
parent61f4b0bdfc3b7983457db1aca6e674ddb043f9e9 (diff)
msm8996-common: overlay: Sync button_settings with upstream
* Updated to https://github.com/LineageOS/android_packages_apps_LineageParts/commits/b7139df88aaa7f30b91dd76d1b1686c2119f5bdc/res/xml/button_settings.xml Change-Id: I3e3c57d507307f9469b792bd3540b8748a8e1d74
Diffstat (limited to 'overlay-lineage')
-rw-r--r--overlay-lineage/packages/apps/LineageParts/res/xml/button_settings.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/overlay-lineage/packages/apps/LineageParts/res/xml/button_settings.xml b/overlay-lineage/packages/apps/LineageParts/res/xml/button_settings.xml
index 2895a34..ad12da9 100644
--- a/overlay-lineage/packages/apps/LineageParts/res/xml/button_settings.xml
+++ b/overlay-lineage/packages/apps/LineageParts/res/xml/button_settings.xml
@@ -41,11 +41,10 @@
android:summary="@string/navigation_bar_arrow_keys_summary"
android:defaultValue="false" />
- <PreferenceScreen
- android:key="navigation_bar"
- android:title="@string/navigation_bar_title">
- <intent android:action="com.android.settings.action.NAV_BAR_TUNER" />
- </PreferenceScreen>
+ <lineageos.preference.SecureSettingSwitchPreference
+ android:key="sysui_nav_bar_inverse"
+ android:title="@string/navigation_bar_invert_layout_title"
+ android:defaultValue="false" />
<ListPreference
android:key="navigation_home_long_press"
@@ -242,6 +241,11 @@
android:key="swap_volume_buttons"
android:title="@string/swap_volume_buttons_title"
android:summary="@string/swap_volume_buttons_summary" />
+
+ <SwitchPreference
+ android:key="volume_panel_on_left"
+ android:title="@string/volume_panel_on_left_title"
+ android:summary="@string/volume_panel_on_left_summary" />
</PreferenceCategory>
<PreferenceCategory