[2/2] OmniGears: allow to swap volume buttons rotation based

Change-Id: Idaf51957c369c9dcfe787c156643ee46fa24cca6
diff --git a/res/xml/button_settings.xml b/res/xml/button_settings.xml
index 4c75249..b8b2839 100644
--- a/res/xml/button_settings.xml
+++ b/res/xml/button_settings.xml
@@ -30,11 +30,12 @@
 -->
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
         xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
-<!--
+
     <PreferenceCategory
         android:key="button_volume_keys"
         android:title="@string/button_volume_keys_title" >
 
+<!--
         <CheckBoxPreference
             android:key="button_volume_wake_screen"
             android:title="@string/button_volume_wake_title"
@@ -63,7 +64,7 @@
             android:title="@string/volume_key_cursor_control_title"
             android:entries="@array/volume_key_cursor_control_entries"
             android:entryValues="@array/volume_key_cursor_control_values" /> -->
-<!--
+
         <CheckBoxPreference
             android:key="swap_volume_buttons"
             android:title="@string/swap_volume_buttons_title"
@@ -71,7 +72,7 @@
             android:persistent="false"/>
 
     </PreferenceCategory>
-
+<!--
     <PreferenceCategory
         android:key="button_keys"
         android:title="@string/button_keys_title" >