Revert Old Visualizer and blur lockscreen [2/2]
Revert "Lockscreen Visualizer: Add pulse magic [2/2]" This reverts commit7fc61d9041. Revert "Cherish:Add visualizer feature [2/2]" This reverts commit912ae467c4. Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com> Revert "Cherish:Add lockscreen media artwork options" This reverts commit0e9c0b1e1e. Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -57,26 +57,6 @@
|
||||
android:title="@string/lockscreen_battery_info_title"
|
||||
android:summary="@string/lockscreen_battery_info_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="lockscreen_media_art_options"
|
||||
android:title="@string/lockscreen_media_art_options_title" >
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="show_lockscreen_media_art"
|
||||
android:title="@string/show_lockscreen_media_art_title"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="lockscreen_media_blur"
|
||||
android:title="@string/lockscreen_media_blur_title"
|
||||
android:dependency="show_lockscreen_media_art"
|
||||
android:max="25"
|
||||
android:min="0"
|
||||
android:defaultValue="25"
|
||||
settings:units="dp"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="lockscreen_category"
|
||||
@@ -88,19 +68,6 @@
|
||||
android:title="@string/lockscreen_shortcuts"
|
||||
android:summary="@string/ls_shortcut_summary" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="lockscreen_visualizer_options"
|
||||
android:title="@string/lockscreen_visualizer_title" >
|
||||
|
||||
<Preference
|
||||
android:key="lockscreen_visualizer"
|
||||
android:fragment="com.cherish.settings.fragments.Visualizer"
|
||||
android:title="@string/lockscreen_visualizer_enable"
|
||||
android:summary="@string/lockscreen_visualizer_enable_summary" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
|
||||
Reference in New Issue
Block a user