Revert "Cherish: Add Lockscreen album art filter [2/2]"

This reverts commit 807d033bd3.

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2021-07-15 22:28:20 +07:00
parent d875b2cfb3
commit c2a0abebca
3 changed files with 0 additions and 35 deletions

View File

@@ -1138,23 +1138,6 @@
<item>4</item>
</string-array>
<!-- Lockscreen album art filter -->
<string-array name="lockscreen_albumart_filter_entries">
<item>@string/lockscreen_albumart_filter_none</item>
<item>@string/lockscreen_albumart_filter_grayscale</item>
<item>@string/lockscreen_albumart_filter_tint</item>
<item>@string/lockscreen_albumart_filter_blur</item>
<item>@string/lockscreen_albumart_filter_grayblur</item>
</string-array>
<string-array name="lockscreen_albumart_filter_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
</string-array>
<!-- Ticker mode -->
<string-array name="ticker_mode_entries">
<item>@string/ticker_disabled</item>

View File

@@ -1063,14 +1063,6 @@
<string name="statusbar_icons_style_summary">Choose the style of your statusbar icons (requires SystemUI restart)</string>
<string name="header_icons_style">Colored Header Icons</string>
<string name="header_icons_style_summary">Choose the style of your notification headers icons (requires SystemUI restart)</string>
<!-- Lockscreen album art filter -->
<string name="lockscreen_albumart_filter_title">Media cover art filter</string>
<string name="lockscreen_albumart_filter_none">None</string>
<string name="lockscreen_albumart_filter_grayscale">Grayscale</string>
<string name="lockscreen_albumart_filter_tint">Accent tinted</string>
<string name="lockscreen_albumart_filter_blur">Blur</string>
<string name="lockscreen_albumart_filter_grayblur">Grayscale and blurred</string>
<!-- Units -->
<string name="unit_seconds">seconds</string>

View File

@@ -268,16 +268,6 @@
android:title="@string/lockscreen_media_art_title"
android:summary="@string/lockscreen_media_art_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="lockscreen_albumart_filter"
android:icon="@drawable/ic_media_art"
android:title="@string/lockscreen_albumart_filter_title"
android:summary="%s"
android:entries="@array/lockscreen_albumart_filter_entries"
android:entryValues="@array/lockscreen_albumart_filter_values"
android:dependency="lockscreen_media_art"
android:defaultValue="0" />
</PreferenceCategory>
<!-- FOD-->