Cherish:Added ANIMATION_DURATION options [2/2]

Correct few things in AnimationSettings

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Alexey Derendyaev
2018-09-26 15:38:08 +05:30
committed by Hưng Phan
parent 9c0e1c565a
commit 76037acfce
3 changed files with 32 additions and 14 deletions

View File

@@ -560,8 +560,6 @@
<string name="wallpaper_intra_open_title">Wallpaper intra open animation</string>
<string name="wallpaper_intra_close_title">Wallpaper intra close animation</string>
<string name="animation_duration_title">Animation duration</string>
<string name="title_animation_no_override">Prevent app overrides</string>
<string name="summary_animation_no_override">Prevent apps from overriding transitions</string>
<string name="animation_duration_default">Default</string>
<!-- Toast Animation -->

View File

@@ -23,6 +23,15 @@
<PreferenceCategory
android:title="@string/system_animation_title">
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="animation_duration"
android:max="1500"
android:persistent="false"
android:title="@string/animation_duration_title"
settings:min="0"
settings:units="ms"
settings:interval="50"/>
<ListPreference
android:key="activity_open"
android:title="@string/activity_open_title" />