Revert "Cherish:Add pref for qs brightness slider position [2/2]"

This reverts commit 31e425c4da.

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2020-12-06 10:31:43 +07:00
parent 3872ed224e
commit 69a604b199
5 changed files with 5 additions and 117 deletions

View File

@@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2020 CherishOS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/qs_show_brightness_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_brightness_position_bottom"
android:icon="@drawable/ic_brightness"
android:title="@string/qs_brightness_position_bottom_title"
android:summary="@string/qs_brightness_position_bottom_summary"
android:defaultValue="false" />
</PreferenceScreen>

View File

@@ -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
<PreferenceCategory
android:title="@string/qs_category">
@@ -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])
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="status_bar_brightness_control"