Revert "Cherish:Hide Things below VolumePanel [2/2]"

This reverts commit a3c34c908fe1bf37ac70ead15ae9b2933a09ff39.
This commit is contained in:
Hưng Phan
2020-07-29 07:19:48 +07:00
committed by Hung Phan
parent a1dd5a93f7
commit 7af7fe2057
3 changed files with 0 additions and 20 deletions

View File

@@ -1,4 +0,0 @@
<vector android:height="24dp" android:viewportHeight="477.175"
android:viewportWidth="477.175" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="?android:attr/colorControlNormal" android:pathData="M360.731,229.075l-225.1,-225.1c-5.3,-5.3 -13.8,-5.3 -19.1,0s-5.3,13.8 0,19.1l215.5,215.5l-215.5,215.5c-5.3,5.3 -5.3,13.8 0,19.1c2.6,2.6 6.1,4 9.5,4c3.4,0 6.9,-1.3 9.5,-4l225.1,-225.1C365.931,242.875 365.931,234.275 360.731,229.075z"/>
</vector>

View File

@@ -545,10 +545,6 @@
<string name="audio_panel_view_voice_title">Voice</string>
<string name="audio_panel_view_bt_sco_title">Bluetooth</string>
<!-- Volume panel Hide Things-->
<string name="hide_things_volumepanel_title">Hide Things below volume panel</string>
<string name="hide_things_volumepanel_summary">Hide Settings and Ringer Container below volume panel</string>
<!-- VoWiFi icon -->
<string name="vowifi_icon_title">VoWiFi icon</string>
<string name="vowifi_icon_enabled">VoWiFi icon enabled</string>

View File

@@ -69,23 +69,11 @@
android:title="@string/incall_feeedback_vibrate_title"
android:defaultValue="false"
settings:controller="com.cherish.settings.fragments.IncallFeedbackPreferenceController" />
<PreferenceCategory
android:key="volume"
android:title="@string/volume_title">
<Preference
android:key="audio_panel"
android:icon="@drawable/ic_music"
android:fragment="com.cherish.settings.fragments.AudioPanelSettings"
android:title="@string/audio_panel_view" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="hide_things_volumepanel"
android:icon="@drawable/ic_arrow1"
android:summary="@string/hide_things_volumepanel_summary"
android:title="@string/hide_things_volumepanel_title"
android:defaultValue="false" />
</PreferenceCategory>
</PreferenceScreen>