diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml
index 8059e4f..7e1b169 100644
--- a/res/values/cherish_strings.xml
+++ b/res/values/cherish_strings.xml
@@ -300,12 +300,6 @@
Max actions to show
Set how many actions to show before buttons move to overflow menu
-
- Brightness slider
- Brightness slider visability and settings
- Bottom brightness slider
- Show the brightness slider on the bottom of QS
-
Battery level
diff --git a/res/xml/brightness_slider.xml b/res/xml/brightness_slider.xml
deleted file mode 100644
index 79ac9dd..0000000
--- a/res/xml/brightness_slider.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
diff --git a/res/xml/cherish_settings_quicksettings.xml b/res/xml/cherish_settings_quicksettings.xml
index 00aa7a2..fdb4ab2 100644
--- a/res/xml/cherish_settings_quicksettings.xml
+++ b/res/xml/cherish_settings_quicksettings.xml
@@ -17,6 +17,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/quicksettings_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
+<<<<<<< HEAD
@@ -75,6 +76,8 @@
android:summary="@string/qs_show_brightness_summary"
android:fragment="com.cherish.settings.fragments.BrightnessSliderSettings"
android:defaultValue="true" />
+=======
+>>>>>>> parent of 31e425c4 (Cherish:Add pref for qs brightness slider position [2/2])